DBA Data[Home] [Help]

APPS.FUN_SEQ_BATCH dependencies on FUN_SEQ_HEADERS

Line 55: l_sequence_type fun_seq_headers.gapless_flag%TYPE;

51: l_seq_context_id fun_seq_contexts.seq_context_id%TYPE;
52: l_control_date_type fun_seq_contexts.date_type%TYPE;
53: l_req_assign_flag fun_seq_contexts.require_assign_flag%TYPE;
54: l_sort_option_code fun_seq_contexts.sort_option%TYPE;
55: l_sequence_type fun_seq_headers.gapless_flag%TYPE;
56:
57: l_seq_context_found BOOLEAN DEFAULT FALSE;
58: l_module CONSTANT VARCHAR2(100) DEFAULT
59: g_module || '.' || 'batch_init';

Line 588: l_dummy fun_seq_headers.gapless_flag%TYPE;

584: l_req_assign_flag_tbl req_assign_flag_tbl_type;
585: l_error_code_tbl error_code_tbl_type;
586: l_dummy_tbl vc30_tbl_type; -- For Sort Option
587:
588: l_dummy fun_seq_headers.gapless_flag%TYPE;
589: no_assigned_seq_info EXCEPTION;
590:
591: l_debug_je_header_id NUMBER;
592: BEGIN

Line 1245: l_dummy fun_seq_headers.gapless_flag%TYPE;

1241: l_sorted_seq_value_tbl seq_value_tbl_type;
1242:
1243: l_sorted_seq_date_tbl date_tbl_type;
1244:
1245: l_dummy fun_seq_headers.gapless_flag%TYPE;
1246: l_sort_option_code fun_seq_contexts.sort_option%TYPE;
1247: l_date_dummy_tbl date_tbl_type; -- For Sorting Key
1248:
1249: no_assigned_seq_info EXCEPTION;

Line 1544: l_dummy fun_seq_headers.gapless_flag%TYPE;

1540: l_sorting_key_tbl date_tbl_type;
1541: l_error_code_tbl error_code_tbl_type;
1542:
1543: l_sort_option_code fun_seq_contexts.sort_option%TYPE;
1544: l_dummy fun_seq_headers.gapless_flag%TYPE;
1545:
1546: l_sorted_application_id_tbl num_tbl_type;
1547: l_sorted_ae_header_id_tbl ae_header_id_tbl_type;
1548: l_sorted_seq_ver_id_tbl seq_ver_id_tbl_type;