DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1243: FROM financials_system_parameters fsp

1239: -- Based on this flag Budget Account will be populated
1240: -- in PO_REQ_DISTRIBUTIONS
1241: CURSOR req_encumbrance_cur (p_set_of_books_id NUMBER) IS
1242: SELECT nvl (fsp.req_encumbrance_flag,'N')
1243: FROM financials_system_parameters fsp
1244: WHERE fsp.set_of_books_id = p_set_of_books_id;
1245:
1246: -- Get Charge Account for the Item and Organization
1247: CURSOR charge_account_cur (p_destination_organization_id NUMBER,