DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 762: FROM financials_system_parameters fsp

758: -- Based of this flag Budget Account will be populated
759: -- in PO_REQ_DISTRIBUTIONS
760: CURSOR req_encumbrance_cur (p_set_of_books_id NUMBER) IS
761: SELECT nvl (fsp.req_encumbrance_flag,'N')
762: FROM financials_system_parameters fsp
763: WHERE fsp.set_of_books_id = p_set_of_books_id;
764:
765: -- Get Charge Account for the Item and Organization
766: CURSOR charge_account_cur (p_destination_organization_id NUMBER,