Home
Topics
(Move to ...)
Home
About Me
SQL LOADER / UNIX Scripts (2)
Interview
JS
Sudoku
Application & Performance (4)
Blog
sql / plsql
AOL
Generic
OM / O2C
AP & CM
HRMS
PO
▼
Friday, October 26
To get list of responsibilities.
SELECT
(
SELECT
application_short_name
FROM
fnd_application fa
WHERE
fa
.
application_id
=
frt
.
application_id
)
application
,
frt
.
responsibility_id
,
frt
.
responsibility_name
FROM
apps
.
fnd_responsibility_tl frt
;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment