DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on PA_TRX_IMPORT

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

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

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

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

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

554: If (P_Calling_Module = 'PAVVIT' ) then
555: RETURN ;
556: END IF ;
557:
558: if PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='N' then --Added for bug6931778
559: return;
560: end if;
561:
562: set_award;

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

638: -- calling module is GMS-SSP since we don't have the expenditure_item_date
639: -- while calling this from SSP.
640:
641:
642: IF PA_TRX_IMPORT.Get_GVal_ProjTskEi_Date ='Y' THEN -- S.N Bug#4138033
643:
644: If (P_Expenditure_Item_Date < TRUNC(X_Preaward_Date))then
645: RAISE EXP_ITEM_DATE_INVALID_1;
646: End If;