DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on GMS_PA_COSTING_PKG

Line 7768: l_gms_enabled := gms_pa_costing_pkg.grants_implemented;

7764: END IF;
7765:
7766: /* Check if gms is enabled and keep the status in a variable */
7767:
7768: l_gms_enabled := gms_pa_costing_pkg.grants_implemented;
7769:
7770: /* if NVL(fnd_profile.value('PA_DEBUG_MODE'), 'N') = 'Y' then --FSIO Change
7771: G_FSIO_ENABLED := 'Y';
7772: else

Line 8891: GMS_PA_Costing_Pkg.FundsCheck_Supplier_Cost(p_transaction_source => x_transaction_source,

8887: X_status ) ;
8888:
8889: if X_status is null then
8890:
8891: GMS_PA_Costing_Pkg.FundsCheck_Supplier_Cost(p_transaction_source => x_transaction_source,
8892: p_txn_interface_id => l_TxnIfIDTab(j),
8893: p_request_id => g_request_id,
8894: p_status => X_status);
8895:

Line 9836: gms_pa_costing_pkg.Tieback_Interface(p_request_id => g_request_id,

9832:
9833: end if;
9834:
9835: if l_gms_enabled = 'Y' then
9836: gms_pa_costing_pkg.Tieback_Interface(p_request_id => g_request_id,
9837: p_status => l_return_status);
9838:
9839: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
9840: raise_application_error(-20002,'Error during Grants Tieback process');

Line 9847: gms_pa_costing_pkg.Net_zero_adls( X_transaction_source,

9843: --
9844: -- BUG : 5389130
9845: -- R12.PJ:XB7:DEV:BC: TO TRACK GRANTS INTERFACE ISSUES
9846: --
9847: gms_pa_costing_pkg.Net_zero_adls( X_transaction_source,
9848: X_batch ,
9849: X_xface_id,
9850: l_return_status) ;
9851: