DBA Data[Home] [Help]

APPS.ICX_CATG dependencies on ICX_STORE_BATCH_UTILS

Line 17: l_field_sep VARCHAR2(10) := icx_store_batch_utils.g_field_sep;

13: l_region_code VARCHAR2(50):= NULL;
14: l_total_rows NUMBER := 0;
15: y_table icx_util.char240_table;
16:
17: l_field_sep VARCHAR2(10) := icx_store_batch_utils.g_field_sep;
18: l_line_sep VARCHAR2(10) := icx_store_batch_utils.g_line_sep;
19:
20: l_line LONG := NULL;
21:

Line 18: l_line_sep VARCHAR2(10) := icx_store_batch_utils.g_line_sep;

14: l_total_rows NUMBER := 0;
15: y_table icx_util.char240_table;
16:
17: l_field_sep VARCHAR2(10) := icx_store_batch_utils.g_field_sep;
18: l_line_sep VARCHAR2(10) := icx_store_batch_utils.g_line_sep;
19:
20: l_line LONG := NULL;
21:
22: l_date_format VARCHAR2(50) := NULL;