DBA Data[Home] [Help]

APPS.GMS_BUDGET_BALANCE dependencies on PO_INTG_DOCUMENT_FUNDS_GRP

Line 219: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func

215: gps.period_num,
216: adl.project_id,
217: adl.task_id,
218: adl.award_id ,
219: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func
220: ('REQUISITION', RD.DISTRIBUTION_ID) amount,
221: rd.expenditure_type,
222: rd.expenditure_organization_id,
223: trunc(rd.expenditure_item_date) expenditure_item_date,

Line 345: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func

341: gps.period_num,
342: adl.project_id,
343: adl.task_id,
344: adl.award_id,
345: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func
346: ('PO', pod.po_DISTRIBUTION_ID) amount,
347: pod.expenditure_type,
348: pod.expenditure_organization_id,
349: trunc(pod.expenditure_item_date) expenditure_item_date,

Line 372: AND PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func /*Bug 6085276 */

368: AND POL.PO_LINE_ID = PLL.PO_LINE_ID
369: AND PLL.SHIPMENT_TYPE IN ('STANDARD','BLANKET','SCHEDULED','PLANNED')
370: AND PLL.LINE_LOCATION_ID = POD.LINE_LOCATION_ID
371: AND PLL.PO_RELEASE_ID = POR.PO_RELEASE_ID (+)
372: AND PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func /*Bug 6085276 */
373: ('PO', pod.po_DISTRIBUTION_ID) <> 0
374: AND NVL(POH.CLOSED_CODE,'OPEN') <> 'FINALLY CLOSED' /* 6085276 */
375: AND NVL(pll.closed_code,'OPEN') <> 'FINALLY CLOSED' /* 6085276 */
376: /*AND POD.ENCUMBERED_FLAG = 'Y' Commented for bug 6085276 */