DBA Data[Home] [Help]

APPS.GMS_COST_PLUS_EXTN dependencies on PO_INTG_DOCUMENT_FUNDS_GRP

Line 242: po_intg_document_funds_grp.get_active_encumbrance_func

238: vw.bud_task_id,
239: vw.ind_compiled_set_id
240: from ( select rd.distribution_id dist_id,
241: rh.requisition_header_id header_id,
242: po_intg_document_funds_grp.get_active_encumbrance_func
243: ('REQUISITION',rd.distribution_id) amount,
244: adl.burdenable_raw_cost burden,
245: adl.award_set_id award_set_id,
246: adl.adl_line_num adl_line_num,

Line 304: , po_intg_document_funds_grp.get_active_encumbrance_func('PO', pod.po_distribution_id)

300: vw.bud_task_id,
301: vw.ind_compiled_set_id
302: from ( select pod.po_header_id header_id
303: , pod.po_distribution_id dist_ID
304: , po_intg_document_funds_grp.get_active_encumbrance_func('PO', pod.po_distribution_id)
305: amount
306: , adl.burdenable_raw_cost burden
307: , adl.award_set_id award_set_id
308: , adl.adl_line_num adl_line_num