DBA Data[Home] [Help]

APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on IGI_ITR_FUNDS_CONTROL_PKG

Line 206: IGI_ITR_FUNDS_CONTROL_PKG.Fundscheck_Init(

202: --------------------------------------------------------------------
203: l_curr_calling_sequence := 'IGI_ITR_GL_INTERFACE_PKG.'||l_debug_loc;
204: -- Retrieve system variables to be used by fundschecker --
205: --------------------------------------------------------------------
206: IGI_ITR_FUNDS_CONTROL_PKG.Fundscheck_Init(
207: l_chart_of_accounts_id,
208: p_set_of_books_id,
209: l_itr_enc_type_id,
210: l_gl_user_id,

Line 309: If IGI_ITR_FUNDS_CONTROL_PKG.Encumbrance_Enabled(p_set_of_books_id)

305: Exit When C_charge_lines%notfound;
306:
307: -- ITR Encumbrance is Enabled
308:
309: If IGI_ITR_FUNDS_CONTROL_PKG.Encumbrance_Enabled(p_set_of_books_id)
310: and l_encumbrance_flag = 'Y'
311: and nvl(l_encumbered_amount,0) > 0
312: and nvl(l_unencumbered_amount,0) = 0 Then
313: l_status_code := 'P';

Line 317: IGI_ITR_FUNDS_CONTROL_PKG.Setup_Gl_Fundschk_Params(

313: l_status_code := 'P';
314: --------------------------------------------------------
315: -- Encumbrance enabled, setup GL Fundschecker parameters
316: --------------------------------------------------------
317: IGI_ITR_FUNDS_CONTROL_PKG.Setup_Gl_Fundschk_Params(
318: l_packet_id,
319: l_fundschk_mode,
320: l_partial_reserv_flag,
321: 'A', --Approval

Line 327: IGI_ITR_FUNDS_CONTROL_PKG.Bc_Packets_Insert(

323:
324: --------------------------------------------------------------
325: -- Unencumbrance the funds before creating the actual journal
326: --------------------------------------------------------------
327: IGI_ITR_FUNDS_CONTROL_PKG.Bc_Packets_Insert(
328: l_packet_id,
329: p_set_of_books_id,
330: l_ccid_dr,
331: l_amount,