DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on IGC_CC_BC_ENABLE

Line 377: igc_cc_bc_enable cbc

373:
374: CURSOR c_ledger_details(p_event_id in NUMBER) is
375: Select distinct ledger_id, nvl(cbc_po_enable, 'N') cbc_enable
376: From gl_bc_packets pck,
377: igc_cc_bc_enable cbc
378: where event_id = p_event_id
379: and actual_flag = 'E'
380: and pck.ledger_id = cbc.set_of_books_id(+)
381: and exists