DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on GMS_PA_COSTING_PKG

Line 7149: l_gms_enabled := gms_pa_costing_pkg.grants_implemented;

7145: END IF;
7146:
7147: /* Check if gms is enabled and keep the status in a variable */
7148:
7149: l_gms_enabled := gms_pa_costing_pkg.grants_implemented;
7150:
7151: /* if NVL(fnd_profile.value('PA_DEBUG_MODE'), 'N') = 'Y' then --FSIO Change
7152: G_FSIO_ENABLED := 'Y';
7153: else

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

8156: X_status ) ;
8157:
8158: if X_status is null then
8159:
8160: GMS_PA_Costing_Pkg.FundsCheck_Supplier_Cost(p_transaction_source => x_transaction_source,
8161: p_txn_interface_id => l_TxnIfIDTab(j),
8162: p_request_id => g_request_id,
8163: p_status => X_status);
8164:

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

9042:
9043: end if;
9044:
9045: if l_gms_enabled = 'Y' then
9046: gms_pa_costing_pkg.Tieback_Interface(p_request_id => g_request_id,
9047: p_status => l_return_status);
9048:
9049: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
9050: raise_application_error(-20002,'Error during Grants Tieback process');

Line 9057: gms_pa_costing_pkg.Net_zero_adls( X_transaction_source,

9053: --
9054: -- BUG : 5389130
9055: -- R12.PJ:XB7:DEV:BC: TO TRACK GRANTS INTERFACE ISSUES
9056: --
9057: gms_pa_costing_pkg.Net_zero_adls( X_transaction_source,
9058: X_batch ,
9059: X_xface_id,
9060: l_return_status) ;
9061: