DBA Data[Home] [Help]

APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on HR_ALL_ORGANIZATION_UNITS

Line 404: from hr_all_organization_units

400: -- Only need to check if not the default buyer
401: /*if l_buyer_id <> -1 then*/
402: select organization_id
403: into l_buyer_id
404: from hr_all_organization_units
405: /*where organization_id = l_buyer_id*/
406: where name = p_buyer
407: and business_group_id = p_business_group_id
408: and rownum = 1;