DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on HR_OPERATING_UNITS

Line 1100: FROM hr_operating_units

1096: -- Get Set of Books ID for a given Org_ID - Mandatory in PO_REQ_DISTRIBUTIONS
1097:
1098: CURSOR set_of_books_cur (p_organization_id NUMBER) IS
1099: SELECT set_of_books_id
1100: FROM hr_operating_units
1101: WHERE organization_id = p_organization_id;
1102:
1103: -- If encumbrance flag is 'Y' get the budget account
1104: -- For Internal Req, Destination Type Code will be INVENTORY