DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on PA_UTILS

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:

Line 600: pa_utils.GetOrgnId(X_org_name => l_organization_name,

596: p_status_code := 'PA_EXP_ORG_NOT_SPECIFIED' ;
597: RETURN;
598: End If;
599:
600: pa_utils.GetOrgnId(X_org_name => l_organization_name,
601: X_bg_id => l_bg_id,
602: X_Orgn_Id => l_temp_org_id,
603: X_Return_Status => x_status);
604:

Line 1018: pa_utils.GetEmpOrgJobID( trxRec.person_id,

1014:
1015: IF NVL(l_emp_org_oride, 'N') = 'N' AND
1016: TrxRec.person_id is NOT NULL THEN
1017:
1018: pa_utils.GetEmpOrgJobID( trxRec.person_id,
1019: trxRec.expenditure_item_date,
1020: l_emporg_id ,
1021: l_empJob_id ) ;
1022: END IF ;