DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1121: FROM financials_system_parameters fsp

1117: -- Based on this flag Budget Account will be populated
1118: -- in PO_REQ_DISTRIBUTIONS
1119: CURSOR req_encumbrance_cur (p_set_of_books_id NUMBER) IS
1120: SELECT nvl (fsp.req_encumbrance_flag,'N')
1121: FROM financials_system_parameters fsp
1122: WHERE fsp.set_of_books_id = p_set_of_books_id;
1123:
1124: -- Get Charge Account for the Item and Organization
1125: CURSOR charge_account_cur (p_destination_organization_id NUMBER,