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