DBA Data[Home] [Help]

APPS.IGC_CC_MC_MAIN_HST_PVT dependencies on GL_MC_INFO

Line 28: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();

24: p_CC_Version_num IN NUMBER,
25: p_CC_Version_Action IN VARCHAR2
26: ) IS
27:
28: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();
29: l_row_count NUMBER;
30: l_FROM_CURR varchar2(10);
31: l_TO_CURR varchar2(10);
32: l_Conversion_Rate Number;

Line 77: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,

73: -- -------------------------------------------------------------------------
74: -- Obtain all sets of books associated to the Primary set of books ID
75: -- received from the caller.
76: -- -------------------------------------------------------------------------
77: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,
78: l_Application_Id,
79: p_org_id,
80: NULL,
81: l_sob_list);

Line 258: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();

254: p_CC_Acct_Version_Action IN VARCHAR2,
255: p_cc_func_withheld_amt IN NUMBER
256: ) IS
257:
258: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();
259: l_row_count NUMBER;
260: l_FROM_CURR varchar2(10);
261: l_TO_CURR varchar2(10);
262: l_Conversion_Rate Number;

Line 311: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,

307: -- -------------------------------------------------------------------------
308: -- Obtain all sets of books associated to the Primary set of books ID
309: -- received from the caller.
310: -- -------------------------------------------------------------------------
311: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,
312: l_Application_Id,
313: p_org_id,
314: NULL,
315: l_sob_list);

Line 517: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();

513: p_Det_PF_Version_Num IN NUMBER,
514: p_Det_PF_Version_Action IN VARCHAR2
515: ) IS
516:
517: l_sob_list gl_mc_info.r_sob_list := gl_mc_info.r_sob_list();
518: l_row_count NUMBER;
519: l_FROM_CURR varchar2(10);
520: l_TO_CURR varchar2(10);
521: l_Conversion_Rate Number;

Line 567: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,

563: -- -------------------------------------------------------------------------
564: -- Obtain all sets of books associated to the Primary set of books ID
565: -- received from the caller.
566: -- -------------------------------------------------------------------------
567: gl_mc_info.get_associated_sobs ( p_Set_Of_Books_Id,
568: l_Application_Id,
569: p_org_id,
570: NULL,
571: l_sob_list);