DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on IGC_LEDGER_UTILS

Line 330: IGC_LEDGER_UTILS.get_cbc_ledger(p_primary_ledger_id => p_sobid, p_cbc_ledger_id => g_cbc_ledger_id, p_cbc_ledger_Name => g_cbc_ledger_name);

326: INTO g_cc_application_id
327: FROM fnd_application
328: WHERE application_short_name = 'IGC';
329:
330: IGC_LEDGER_UTILS.get_cbc_ledger(p_primary_ledger_id => p_sobid, p_cbc_ledger_id => g_cbc_ledger_id, p_cbc_ledger_Name => g_cbc_ledger_name);
331: IF (g_debug_mode = 'Y') THEN
332: Put_Debug_Msg(l_full_path, 'Secondary Ledger obtained based on primary Ledger: ' || g_cbc_ledger_id);
333: END IF;
334: g_cbc_enabled := IGC_LEDGER_UTILS.is_dual_bc_enabled(g_set_of_books_id);

Line 334: g_cbc_enabled := IGC_LEDGER_UTILS.is_dual_bc_enabled(g_set_of_books_id);

330: IGC_LEDGER_UTILS.get_cbc_ledger(p_primary_ledger_id => p_sobid, p_cbc_ledger_id => g_cbc_ledger_id, p_cbc_ledger_Name => g_cbc_ledger_name);
331: IF (g_debug_mode = 'Y') THEN
332: Put_Debug_Msg(l_full_path, 'Secondary Ledger obtained based on primary Ledger: ' || g_cbc_ledger_id);
333: END IF;
334: g_cbc_enabled := IGC_LEDGER_UTILS.is_dual_bc_enabled(g_set_of_books_id);
335: IF (g_debug_mode = 'Y') THEN
336: Put_Debug_Msg(l_full_path, 'CBC Enabled Flag: ' || g_cbc_enabled);
337: END IF;
338: IF (g_debug_mode <> 'Y') AND (p_debug = FND_API.G_TRUE)