DBA Data[Home] [Help]

APPS.FV_SF133_LOAD dependencies on FV_SF133_LOAD_ACCTS

Line 230: fv_sf133_load_accts load

226: 'SEGMENT29',load.sf133_line_account, NULL),
227: decode(v_account_segment_name,
228: 'SEGMENT30',load.sf133_line_account, NULL)
229: FROM fv_sf133_definitions_lines line,
230: fv_sf133_load_accts load
231: WHERE line.sf133_line_number = load.sf133_line_number
232: AND line.set_of_books_id = g_set_of_books_id;
233: END IF;
234: --