DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on IGC_CC_SLA_BFLOW_PRIOR_V

Line 2447: IGC_CC_SLA_BFLOW_PRIOR_V IGC,

2443: ,AID.CHARGE_APPLICABLE_TO_DIST_ID charge_applicable_to_dist_id
2444: FROM AP_INVOICE_DISTRIBUTIONS_ALL AID,
2445: PO_DISTRIBUTIONS_ALL POD,
2446: FINANCIALS_SYSTEM_PARAMS_ALL FSP,
2447: IGC_CC_SLA_BFLOW_PRIOR_V IGC,
2448: ap_system_parameters_all ASP
2449: WHERE nvl(AID.posted_flag,'N') <> 'Y'
2450: AND AID.po_distribution_id = POD.po_distribution_id(+)
2451: AND AID.po_distribution_id = IGC.po_distribution_id(+)

Line 2558: IGC_CC_SLA_BFLOW_PRIOR_V IGC

2554: - NVL(ASAT.quantity_variance,0) encumbrance_amount
2555: ,ASAT.CHARGE_APPLICABLE_TO_DIST_ID charge_applicable_to_dist_id
2556: FROM AP_SELF_ASSESSED_TAX_DIST_ALL ASAT,
2557: PO_DISTRIBUTIONS_ALL POD,
2558: IGC_CC_SLA_BFLOW_PRIOR_V IGC
2559: WHERE nvl(ASAT.posted_flag,'N') <> 'Y'
2560: AND ASAT.po_distribution_id = POD.po_distribution_id(+)
2561: AND ASAT.po_distribution_id = IGC.po_distribution_id(+)
2562: ) apext, -- Bug 5500126