DBA Data[Home] [Help]

APPS.IGC_CC_HEADERS_PKG dependencies on GL_MC_INFO

Line 367: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,

363: -- If the conversion date is NULL then fill in the value with the
364: -- current system date.
365: -- ------------------------------------------------------------------
366:
367: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,
368: 101, /*--l_Application_Id, commented for MRC uptake*/
369: p_Org_Id,
370: NULL,
371: l_MRC_Enabled

Line 807: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,

803: -- If the conversion date is NULL then fill in the value with the
804: -- current system date.
805: -- ------------------------------------------------------------------
806:
807: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,
808: 101, /*--l_Application_Id, commented for MRC uptake*/
809: p_Org_Id,
810: NULL,
811: l_MRC_Enabled

Line 1552: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,

1548: -- If the conversion date is NULL then fill in the value with the
1549: -- current system date.
1550: -- ------------------------------------------------------------------
1551:
1552: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,
1553: 101, /*--l_Application_Id, commented for MRC uptake*/
1554: p_Org_Id,
1555: NULL,
1556: l_MRC_Enabled

Line 1914: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,

1910: -- If the conversion date is NULL then fill in the value with the
1911: -- current system date.
1912: -- ------------------------------------------------------------------
1913:
1914: gl_mc_info.mrc_enabled (p_Set_Of_Books_Id,
1915: 101, /*--l_Application_Id, commented for MRC uptake*/ p_Org_Id,
1916: NULL,
1917: l_MRC_Enabled
1918: );