DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_GMS_API

Line 6664: PA_GMS_API.vert_trx_interface( X_userid,

6660: END IF;
6661:
6662: IF l_gms_enabled = 'Y' THEN
6663:
6664: PA_GMS_API.vert_trx_interface( X_userid,
6665: 0,
6666: 'PAXTTRXB',
6667: 'TRX_IMPORT',
6668: record_count,

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

8143: -- x_status and continue validations if x_status is NULL and vertical
8144: -- application is implemented only.
8145: -- ------------------------------------------------------------------------
8146: IF PG_DEBUG = 'Y' THEN
8147: pa_debug.G_err_stage := 'Calling PA_GMS_API api';
8148: log_message('log_message: ' || pa_debug.G_err_stage);
8149: END IF;
8150:
8151: IF l_gms_enabled = 'Y' and l_gms_fundscheck = 'Y' THEN

Line 8152: PA_GMS_API.vert_app_validate(X_transaction_source,

8148: log_message('log_message: ' || pa_debug.G_err_stage);
8149: END IF;
8150:
8151: IF l_gms_enabled = 'Y' and l_gms_fundscheck = 'Y' THEN
8152: PA_GMS_API.vert_app_validate(X_transaction_source,
8153: TrxBatch.batch_name,
8154: l_TxnIfIDTab(j),
8155: l_OrgIdTab(j),
8156: X_status ) ;

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

8166:
8167: END IF; --> gms_enabled.
8168:
8169: IF PG_DEBUG = 'Y' THEN
8170: pa_debug.G_err_stage := 'After PA_GMS_API api';
8171: log_message('log_message: ' || pa_debug.G_err_stage);
8172: END IF;
8173:
8174: -- validateitem has lot of return statements, so instead