DBA Data[Home] [Help]

APPS.FVXBEGLS dependencies on FV_SF133_LOAD_ACCTS

Line 225: fv_sf133_load_accts load

221: 'SEGMENT29',load.sf133_line_account, NULL),
222: decode(v_account_segment_name,
223: 'SEGMENT30',load.sf133_line_account, NULL)
224: FROM fv_sf133_definitions_lines line,
225: fv_sf133_load_accts load
226: WHERE line.sf133_line_number = load.sf133_line_number
227: AND line.set_of_books_id = g_set_of_books_id;
228: END IF;
229: --