DBA Data[Home] [Help]

APPS.AZW_UTIL dependencies on HR_OPERATING_UNITS

Line 371: ou_id HR_OPERATING_UNITS.ORGANIZATION_ID%TYPE;

367: resp_ctxt_id number;
368:
369: act_name WF_ITEMS.ROOT_ACTIVITY%TYPE;
370: bg_id per_business_groups.BUSINESS_GROUP_ID%TYPE;
371: ou_id HR_OPERATING_UNITS.ORGANIZATION_ID%TYPE;
372: io_id ORG_ORGANIZATION_DEFINITIONS.ORGANIZATION_ID%TYPE;
373: BEGIN
374: result := 'TRUE';
375:

Line 420: from HR_OPERATING_UNITS

416: fnd_profile.get('ORG_ID', context);
417: ou_id := to_number(context);
418: resp_ctxt_id := ou_id;
419: select name into context
420: from HR_OPERATING_UNITS
421: where ORGANIZATION_ID = ou_id;
422: elsif (context_type = 'SOB') then
423: fnd_profile.get('GL_SET_OF_BKS_ID', context);
424: resp_ctxt_id := to_number(context);