DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PA_TRX_IMPORT

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

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

Line 2105: PA_TRX_IMPORT.ValidateItem( P_transaction_source

2101: l_emporg_id ,
2102: l_empJob_id ) ;
2103: END IF ;
2104:
2105: PA_TRX_IMPORT.ValidateItem( P_transaction_source
2106: , TrxRec.employee_number
2107: , TrxRec.organization_name
2108: , TrxRec.expenditure_ending_date
2109: , TrxRec.expenditure_item_date