DBA Data[Home] [Help]

APPS.IGC_CBC_PO_GRP dependencies on IGC_CC_BC_ENABLE

Line 156: FROM igc_cc_bc_enable a,

152: ,x_cbc_enabled OUT NOCOPY VARCHAR2 )
153: IS
154: CURSOR c_is_cbc_on IS
155: SELECT cbc_po_enable
156: FROM igc_cc_bc_enable a,
157: financials_system_parameters b
158: WHERE a.set_of_books_id = b.set_of_books_id;
159:
160: l_api_version CONSTANT NUMBER := 1.0;