DBA Data[Home] [Help]

APPS.EC_INBOUND_STAGE dependencies on ECE_FLATFILE_PVT

Line 113: ece_flatfile_pvt.t_tran_attribute_tbl.DELETE;

109:
110: -- Initialize PL/SQL tables.
111: i_level_info.DELETE;
112: i_stage_record_type.DELETE;
113: ece_flatfile_pvt.t_tran_attribute_tbl.DELETE;
114:
115: /**
116: If the program is run from SQLplus , the Concurrent Request id is
117: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.

Line 375: ece_flatfile_pvt.t_tran_attribute_tbl(1).value

371:
372: /**
373: Populate Key Column Attribute for Error Handling
374: **/
375: ece_flatfile_pvt.t_tran_attribute_tbl(1).value
376: := i_level_info(1).Document_Number;
377:
378: for j in 1..i_level_info.COUNT
379: loop

Line 887: ece_flatfile_pvt.t_tran_attribute_tbl(1).key_column_name

883: then
884: if upper(i_stage_record_type(i_counter).interface_column_name) =
885: i_level_info(1).key_column_name
886: then
887: ece_flatfile_pvt.t_tran_attribute_tbl(1).key_column_name
888: := i_level_info(1).Key_column_name;
889: ece_flatfile_pvt.t_tran_attribute_tbl(1).position
890: := i_counter;
891: i_level_info(1).key_column_position := i_counter;

Line 889: ece_flatfile_pvt.t_tran_attribute_tbl(1).position

885: i_level_info(1).key_column_name
886: then
887: ece_flatfile_pvt.t_tran_attribute_tbl(1).key_column_name
888: := i_level_info(1).Key_column_name;
889: ece_flatfile_pvt.t_tran_attribute_tbl(1).position
890: := i_counter;
891: i_level_info(1).key_column_position := i_counter;
892: if EC_DEBUG.G_debug_level >= 3 then
893: ec_debug.pl(3,'Key_Column_Position',i_level_info(1).Key_Column_position);