DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on HR_OPERATING_UNITS

Line 1222: FROM hr_operating_units

1218: -- Get Set of Books ID for a given Org_ID - Mandatory in PO_REQ_DISTRIBUTIONS
1219:
1220: CURSOR set_of_books_cur (p_organization_id NUMBER) IS
1221: SELECT set_of_books_id
1222: FROM hr_operating_units
1223: WHERE organization_id = p_organization_id;
1224:
1225: -- If encumbrance flag is 'Y' get the budget account
1226: -- For Internal Req, Destination Type Code will be INVENTORY