DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on PA_UTILS2

Line 568: pa_utils2.GetEmpId( P_Business_Group_Id => l_bg_id,

564:
565: -- BUG : 3226607
566: -- Bug : 3601539 : Added parameter alias as expenditure_ending_date was getting passed
567: -- for p_person_type parameter.
568: pa_utils2.GetEmpId( P_Business_Group_Id => l_bg_id,
569: P_Employee_Number => TrxRec.employee_number,
570: X_Employee_Id => l_person_id,
571: P_EiDate => TrxRec.expenditure_ending_date );
572: IF ( pa_utils2.G_return_status IS NOT NULL and TrxRec.system_linkage not in ('PJ', 'USG')) THEN --Bug: 4594620

Line 572: IF ( pa_utils2.G_return_status IS NOT NULL and TrxRec.system_linkage not in ('PJ', 'USG')) THEN --Bug: 4594620

568: pa_utils2.GetEmpId( P_Business_Group_Id => l_bg_id,
569: P_Employee_Number => TrxRec.employee_number,
570: X_Employee_Id => l_person_id,
571: P_EiDate => TrxRec.expenditure_ending_date );
572: IF ( pa_utils2.G_return_status IS NOT NULL and TrxRec.system_linkage not in ('PJ', 'USG')) THEN --Bug: 4594620
573: X_status := pa_utils2.G_return_status ;
574: pa_cc_utils.log_message('EXECPTION :Person ' || TrxRec.employee_number, 1);
575: pa_cc_utils.log_message('EXECPTION :Expenditure Item date ' || TrxRec.expenditure_ending_date, 1);
576: pa_cc_utils.log_message('EXECPTION : Person ID validation ' || x_status);

Line 573: X_status := pa_utils2.G_return_status ;

569: P_Employee_Number => TrxRec.employee_number,
570: X_Employee_Id => l_person_id,
571: P_EiDate => TrxRec.expenditure_ending_date );
572: IF ( pa_utils2.G_return_status IS NOT NULL and TrxRec.system_linkage not in ('PJ', 'USG')) THEN --Bug: 4594620
573: X_status := pa_utils2.G_return_status ;
574: pa_cc_utils.log_message('EXECPTION :Person ' || TrxRec.employee_number, 1);
575: pa_cc_utils.log_message('EXECPTION :Expenditure Item date ' || TrxRec.expenditure_ending_date, 1);
576: pa_cc_utils.log_message('EXECPTION : Person ID validation ' || x_status);
577: