DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on IGC_CC_BC_ENABLE

Line 367: igc_cc_bc_enable cbc

363:
364: CURSOR c_ledger_details(p_event_id in NUMBER) is
365: Select distinct ledger_id, nvl(cbc_po_enable, 'N') cbc_enable
366: From gl_bc_packets pck,
367: igc_cc_bc_enable cbc
368: where event_id = p_event_id
369: and actual_flag = 'E'
370: and pck.ledger_id = cbc.set_of_books_id(+)
371: and exists