DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on PA_TRX_IMPORT

Line 561: l_bg_id := PA_TRX_IMPORT.G_Business_Group_Id ;

557: END IF;
558:
559: END IF;
560:
561: l_bg_id := PA_TRX_IMPORT.G_Business_Group_Id ;
562:
563: IF ((GROUP_FIRST) OR (l_employee_number <> TrxRec.employee_number)) then
564:
565: -- BUG : 3226607

Line 1024: PA_TRX_IMPORT.ValidateItem( p_transaction_source

1020: l_emporg_id ,
1021: l_empJob_id ) ;
1022: END IF ;
1023:
1024: PA_TRX_IMPORT.ValidateItem( p_transaction_source
1025: , TrxRec.employee_number
1026: , TrxRec.organization_name
1027: , TrxRec.expenditure_ending_date
1028: , TrxRec.expenditure_item_date

Line 1131: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('Y'); -- bug 7271321

1127: TrxRec.org_id,
1128: x_status);
1129:
1130: /* Resetting the value of Global variable after the gms validation */
1131: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('Y'); -- bug 7271321
1132:
1133: IF X_STATUS IS NOT NULL THEN
1134:
1135: ROLLBACK TO SAVE_TrxREC; -- Bug 3035863 : Introduced rollback in case of failure

Line 1595: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('N');

1591: CLOSE Cur_Check_EncItemDate;
1592:
1593: IF l_Check_EncItemDate = 1 THEN
1594: -- set the global variable so as to skip validating the dates in PATC.get_status.
1595: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('N');
1596: ELSE
1597: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('Y');
1598: END IF;
1599:

Line 1597: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('Y');

1593: IF l_Check_EncItemDate = 1 THEN
1594: -- set the global variable so as to skip validating the dates in PATC.get_status.
1595: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('N');
1596: ELSE
1597: PA_TRX_IMPORT.Set_GVal_ProjTskEi_Date('Y');
1598: END IF;
1599:
1600: END Validate_Dates_YN;
1601: