DBA Data[Home] [Help]

APPS.OPI_DBI_OPEN_JOB_DTL_PKG dependencies on FND_GLOBAL

Line 127: select fnd_global.resp_id into l_respid from dual ;

123:
124: IF (l_org is NULL) THEN
125: --{
126:
127: select fnd_global.resp_id into l_respid from dual ;
128: select id into l_org from (select id from bis_organizations_v where responsibility_id = l_respid order by value asc) where rownum=1;
129: --}
130: ELSE
131: --{