DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PA_DEBUG

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

2076: x_org_status := x_status ;
2077: END IF ;
2078:
2079: IF X_status is NULL THEN
2080: pa_debug.G_err_stage := 'CAlling ValidateOrgId';
2081:
2082: pa_cc_utils.log_message(pa_debug.G_err_stage);
2083:
2084: PA_TRX_IMPORT.ValidateOrgId(TrxRec.org_id,X_org_status );

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

2078:
2079: IF X_status is NULL THEN
2080: pa_debug.G_err_stage := 'CAlling ValidateOrgId';
2081:
2082: pa_cc_utils.log_message(pa_debug.G_err_stage);
2083:
2084: PA_TRX_IMPORT.ValidateOrgId(TrxRec.org_id,X_org_status );
2085: END IF ;
2086: IF ( X_org_status IS NOT NULL ) THEN

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

2087: -- Org id is null. Update status.
2088: X_status := X_org_status;
2089: ELSE
2090: -- org id is not null. continue with other validations
2091: pa_debug.G_err_stage := 'CAlling ValidateItem';
2092: pa_cc_utils.log_message(pa_debug.G_err_stage);
2093: l_emporg_id := NULL ;
2094: l_empjob_id := NULL ;
2095:

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

2088: X_status := X_org_status;
2089: ELSE
2090: -- org id is not null. continue with other validations
2091: pa_debug.G_err_stage := 'CAlling ValidateItem';
2092: pa_cc_utils.log_message(pa_debug.G_err_stage);
2093: l_emporg_id := NULL ;
2094: l_empjob_id := NULL ;
2095:
2096: IF NVL(l_emp_org_oride, 'N') = 'N' AND

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

2192: END IF ;
2193:
2194: IF ( X_status IS NOT NULL ) THEN
2195:
2196: pa_debug.G_err_stage := 'Updating txn interface table for txn'||
2197: ' rejected by validateitem';
2198: pa_cc_utils.log_message(pa_debug.G_err_stage);
2199:
2200: UPDATE pa_transaction_interface

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

2194: IF ( X_status IS NOT NULL ) THEN
2195:
2196: pa_debug.G_err_stage := 'Updating txn interface table for txn'||
2197: ' rejected by validateitem';
2198: pa_cc_utils.log_message(pa_debug.G_err_stage);
2199:
2200: UPDATE pa_transaction_interface
2201: SET transaction_rejection_code = X_status ,
2202: interface_id = P_xface_id ,