DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on PA_TRX_IMPORT

Line 343: if PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='N' then --Added for bug6931778

339: -- for the award.
340: -- ------------------------------------------------------------------
341: x_error_stage:= 'FUND_PATTERN_EXIST';
342:
343: if PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='N' then --Added for bug6931778
344: return;
345: end if;
346:
347:

Line 375: IF PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='Y' THEN -- S.N Bug#4138033

371: X_failed_test_2 := FALSE;
372: X_failed_test_3 := FALSE;
373:
374: FOR FP_AWARDS_REC in GET_FP_AWARDS(x_funding_pattern_id) LOOP
375: IF PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='Y' THEN -- S.N Bug#4138033
376: IF (P_Expenditure_Item_Date < TRUNC(fp_awards_rec.awd_Date)) then
377: x_failed_test_1 := TRUE ;
378: EXIT ;
379: END IF;

Line 573: if PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='N' then --Added for bug6931778

569: If (P_Calling_Module = 'PAVVIT' ) then
570: RETURN ;
571: END IF ;
572:
573: if PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='N' then --Added for bug6931778
574: return;
575: end if;
576:
577: set_award;

Line 657: IF PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='Y' THEN -- S.N Bug#4138033

653: -- calling module is GMS-SSP since we don't have the expenditure_item_date
654: -- while calling this from SSP.
655:
656:
657: IF PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='Y' THEN -- S.N Bug#4138033
658:
659: If (P_Expenditure_Item_Date < TRUNC(X_Preaward_Date))then
660: RAISE EXP_ITEM_DATE_INVALID_1;
661: End If;