DBA Data[Home] [Help]

APPS.PO_PAR_REQ_CREATE_UTIL dependencies on PO_CORE_S

Line 682: IF po_core_s.Is_encumbrance_on(p_doc_type =>

678: aname => 'PAR_REQ_HEADER_ID'
679: );
680:
681: --Call Funds reservation only if encumbrance is enabled.
682: IF po_core_s.Is_encumbrance_on(p_doc_type =>
683: po_core_s.g_doc_type_requisition,
684: p_org_id => l_org_id) THEN
685: par_reserve_funds( p_par_req_header_id => l_par_req_header_id,
686: P_RESULT_STATUS => l_fc_result_status,

Line 683: po_core_s.g_doc_type_requisition,

679: );
680:
681: --Call Funds reservation only if encumbrance is enabled.
682: IF po_core_s.Is_encumbrance_on(p_doc_type =>
683: po_core_s.g_doc_type_requisition,
684: p_org_id => l_org_id) THEN
685: par_reserve_funds( p_par_req_header_id => l_par_req_header_id,
686: P_RESULT_STATUS => l_fc_result_status,
687: P_DETAILED_RESULTS => l_detailed_results,