DBA Data[Home] [Help]

APPS.ECE_UTILITIES dependencies on ECE_FLATFILE_PVT

Line 801: ece_flatfile_pvt.g_record_num_start,

797: utl_file.get_line(u_file_handle, c_current_line);
798:
799: xProgress := 'RDATA-10-1050';
800: l_rec_number := TO_NUMBER(SUBSTRB(c_current_line,
801: ece_flatfile_pvt.g_record_num_start,
802: ece_flatfile_pvt.g_record_num_length));
803:
804: -- ***************************************
805: -- cursor position should be at the

Line 802: ece_flatfile_pvt.g_record_num_length));

798:
799: xProgress := 'RDATA-10-1050';
800: l_rec_number := TO_NUMBER(SUBSTRB(c_current_line,
801: ece_flatfile_pvt.g_record_num_start,
802: ece_flatfile_pvt.g_record_num_length));
803:
804: -- ***************************************
805: -- cursor position should be at the
806: -- end of common key

Line 809: l_cur_pos := ece_flatfile_pvt.g_common_key_length;

805: -- cursor position should be at the
806: -- end of common key
807: -- ***************************************
808: xProgress := 'RDATA-10-1060';
809: l_cur_pos := ece_flatfile_pvt.g_common_key_length;
810:
811: -- ***************************************
812: -- Execute cursor to find all elements for
813: -- this record