DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PA_TRX_IMPORT

Line 2218: PA_TRX_IMPORT.ValidateOrgId(TrxRec.org_id,X_org_status );

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
2221: -- Org id is null. Update status.
2222: X_status := X_org_status;

Line 2239: PA_TRX_IMPORT.ValidateItem( P_transaction_source

2235: l_emporg_id ,
2236: l_empJob_id ) ;
2237: END IF ;
2238:
2239: PA_TRX_IMPORT.ValidateItem( P_transaction_source
2240: , TrxRec.employee_number
2241: , TrxRec.organization_name
2242: , TrxRec.expenditure_ending_date
2243: , TrxRec.expenditure_item_date