DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_GMS_API

Line 7257: PA_GMS_API.vert_trx_interface( X_userid,

7253: END IF;
7254:
7255: IF l_gms_enabled = 'Y' THEN
7256:
7257: PA_GMS_API.vert_trx_interface( X_userid,
7258: 0,
7259: 'PAXTTRXB',
7260: 'TRX_IMPORT',
7261: record_count,

Line 8878: pa_debug.G_err_stage := 'Calling PA_GMS_API api';

8874: -- x_status and continue validations if x_status is NULL and vertical
8875: -- application is implemented only.
8876: -- ------------------------------------------------------------------------
8877: IF PG_DEBUG = 'Y' THEN
8878: pa_debug.G_err_stage := 'Calling PA_GMS_API api';
8879: log_message('log_message: ' || pa_debug.G_err_stage);
8880: END IF;
8881:
8882: IF l_gms_enabled = 'Y' and l_gms_fundscheck = 'Y' THEN

Line 8883: PA_GMS_API.vert_app_validate(X_transaction_source,

8879: log_message('log_message: ' || pa_debug.G_err_stage);
8880: END IF;
8881:
8882: IF l_gms_enabled = 'Y' and l_gms_fundscheck = 'Y' THEN
8883: PA_GMS_API.vert_app_validate(X_transaction_source,
8884: TrxBatch.batch_name,
8885: l_TxnIfIDTab(j),
8886: l_OrgIdTab(j),
8887: X_status ) ;

Line 8901: pa_debug.G_err_stage := 'After PA_GMS_API api';

8897:
8898: END IF; --> gms_enabled.
8899:
8900: IF PG_DEBUG = 'Y' THEN
8901: pa_debug.G_err_stage := 'After PA_GMS_API api';
8902: log_message('log_message: ' || pa_debug.G_err_stage);
8903: END IF;
8904:
8905: -- validateitem has lot of return statements, so instead