DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PA_DEBUG

Line 2214: pa_debug.G_err_stage := 'CAlling ValidateOrgId';

2210: x_org_status := x_status ;
2211: END IF ;
2212:
2213: IF X_status is NULL THEN
2214: pa_debug.G_err_stage := 'CAlling ValidateOrgId';
2215:
2216: pa_cc_utils.log_message(pa_debug.G_err_stage);
2217:
2218: PA_TRX_IMPORT.ValidateOrgId(TrxRec.org_id,X_org_status );

Line 2216: pa_cc_utils.log_message(pa_debug.G_err_stage);

2212:
2213: IF X_status is NULL THEN
2214: pa_debug.G_err_stage := 'CAlling ValidateOrgId';
2215:
2216: pa_cc_utils.log_message(pa_debug.G_err_stage);
2217:
2218: PA_TRX_IMPORT.ValidateOrgId(TrxRec.org_id,X_org_status );
2219: END IF ;
2220: IF ( X_org_status IS NOT NULL ) THEN

Line 2225: pa_debug.G_err_stage := 'CAlling ValidateItem';

2221: -- Org id is null. Update status.
2222: X_status := X_org_status;
2223: ELSE
2224: -- org id is not null. continue with other validations
2225: pa_debug.G_err_stage := 'CAlling ValidateItem';
2226: pa_cc_utils.log_message(pa_debug.G_err_stage);
2227: l_emporg_id := NULL ;
2228: l_empjob_id := NULL ;
2229:

Line 2226: pa_cc_utils.log_message(pa_debug.G_err_stage);

2222: X_status := X_org_status;
2223: ELSE
2224: -- org id is not null. continue with other validations
2225: pa_debug.G_err_stage := 'CAlling ValidateItem';
2226: pa_cc_utils.log_message(pa_debug.G_err_stage);
2227: l_emporg_id := NULL ;
2228: l_empjob_id := NULL ;
2229:
2230: IF NVL(l_emp_org_oride, 'N') = 'N' AND

Line 2330: pa_debug.G_err_stage := 'Updating txn interface table for txn'||

2326: END IF ;
2327:
2328: IF ( X_status IS NOT NULL ) THEN
2329:
2330: pa_debug.G_err_stage := 'Updating txn interface table for txn'||
2331: ' rejected by validateitem';
2332: pa_cc_utils.log_message(pa_debug.G_err_stage);
2333:
2334: UPDATE pa_transaction_interface

Line 2332: pa_cc_utils.log_message(pa_debug.G_err_stage);

2328: IF ( X_status IS NOT NULL ) THEN
2329:
2330: pa_debug.G_err_stage := 'Updating txn interface table for txn'||
2331: ' rejected by validateitem';
2332: pa_cc_utils.log_message(pa_debug.G_err_stage);
2333:
2334: UPDATE pa_transaction_interface
2335: SET transaction_rejection_code = X_status ,
2336: interface_id = P_xface_id ,