DBA Data[Home] [Help]

APPS.OPI_DBI_MTL_VAR_JOB_DTL_PKG dependencies on BIS_ORGANIZATIONS_V

Line 112: select id into l_org from (select id from bis_organizations_v where responsibility_id = l_respid order by value asc) where rownum=1;

108:
109: IF (l_org is NULL) THEN
110:
111: select fnd_global.resp_id into l_respid from dual ;
112: select id into l_org from (select id from bis_organizations_v where responsibility_id = l_respid order by value asc) where rownum=1;
113:
114: ELSE
115:
116: select process_enabled_flag