DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on HR_OPERATING_UNITS

Line 739: FROM hr_operating_units

735:
736: -- Get Set of Books ID for a given Org_ID - Mandatory in PO_REQ_DISTRIBUTIONS
737: CURSOR set_of_books_cur (p_organization_id NUMBER) IS
738: SELECT set_of_books_id
739: FROM hr_operating_units
740: WHERE organization_id = p_organization_id;
741:
742: -- If encumbrance flag is 'Y' get the budget account
743: -- For Internal Req, Destination Type Code will be INVENTORY