DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 760: FROM financials_system_parameters fsp

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