DBA Data[Home] [Help]

APPS.IGI_POST dependencies on IGI_ITR

Line 88: -- This replaces trigger IGI_IGI_ITR_GL_JE_BATCHES_T1

84: IF l_ItrStatus_Flag = 'Y' THEN
85: l_posting_run_id := P_POSTING_RUN_ID;
86: FOR Cont3 in C1 (l_posting_run_id) LOOP
87: l_je_batch_id := Cont3.je_batch_id;
88: -- This replaces trigger IGI_IGI_ITR_GL_JE_BATCHES_T1
89: IF Cont3.Status NOT IN ('S','U','I') and
90: Cont3.Budgetary_Control_Status IN ('F','P','N','R') THEN
91:
92: IGI_ITR.Action(1);

Line 92: IGI_ITR.Action(1);

88: -- This replaces trigger IGI_IGI_ITR_GL_JE_BATCHES_T1
89: IF Cont3.Status NOT IN ('S','U','I') and
90: Cont3.Budgetary_Control_Status IN ('F','P','N','R') THEN
91:
92: IGI_ITR.Action(1);
93: IGI_ITR.Set_Batches(l_je_batch_id);
94: ELSE
95:
96: IGI_ITR.Action(0);

Line 93: IGI_ITR.Set_Batches(l_je_batch_id);

89: IF Cont3.Status NOT IN ('S','U','I') and
90: Cont3.Budgetary_Control_Status IN ('F','P','N','R') THEN
91:
92: IGI_ITR.Action(1);
93: IGI_ITR.Set_Batches(l_je_batch_id);
94: ELSE
95:
96: IGI_ITR.Action(0);
97: END IF;

Line 96: IGI_ITR.Action(0);

92: IGI_ITR.Action(1);
93: IGI_ITR.Set_Batches(l_je_batch_id);
94: ELSE
95:
96: IGI_ITR.Action(0);
97: END IF;
98:
99:
100: -- This replaces trigger IGI_IGI_GL_JE_BATCHES_T2

Line 101: IGI_ITR.Process_Batches;

97: END IF;
98:
99:
100: -- This replaces trigger IGI_IGI_GL_JE_BATCHES_T2
101: IGI_ITR.Process_Batches;
102: END LOOP; -- Cont3
103: -- IGI_ITR.Process_Batches;
104:
105: END IF; -- ITR INSTALLED CHECK

Line 103: -- IGI_ITR.Process_Batches;

99:
100: -- This replaces trigger IGI_IGI_GL_JE_BATCHES_T2
101: IGI_ITR.Process_Batches;
102: END LOOP; -- Cont3
103: -- IGI_ITR.Process_Batches;
104:
105: END IF; -- ITR INSTALLED CHECK
106:
107: