DBA Data[Home] [Help]

APPS.CN_IMP_HIERARCHY_PVT dependencies on CN_IMP_HEADERS

Line 854: l_imp_header cn_imp_headers_pvt.imp_headers_rec_type

850: ) IS
851: l_api_name CONSTANT VARCHAR2(30) := 'Hierarchy_Import';
852:
853: l_stage_status cn_imp_lines.status_code%TYPE := 'STAGE';
854: l_imp_header cn_imp_headers_pvt.imp_headers_rec_type
855: := cn_imp_headers_pvt.G_MISS_IMP_HEADERS_REC;
856: l_processed_row NUMBER := 0;
857: l_failed_row NUMBER := 0;
858: l_message VARCHAR2(2000);

Line 855: := cn_imp_headers_pvt.G_MISS_IMP_HEADERS_REC;

851: l_api_name CONSTANT VARCHAR2(30) := 'Hierarchy_Import';
852:
853: l_stage_status cn_imp_lines.status_code%TYPE := 'STAGE';
854: l_imp_header cn_imp_headers_pvt.imp_headers_rec_type
855: := cn_imp_headers_pvt.G_MISS_IMP_HEADERS_REC;
856: l_processed_row NUMBER := 0;
857: l_failed_row NUMBER := 0;
858: l_message VARCHAR2(2000);
859: l_error_code VARCHAR2(30);

Line 959: FROM cn_imp_headers

955: import_type_code
956: INTO l_imp_header.name ,l_imp_header.status_code ,
957: l_imp_header.server_flag, l_imp_header.imp_map_id,
958: l_imp_header.source_column_num,l_imp_header.import_type_code
959: FROM cn_imp_headers
960: WHERE imp_header_id = p_imp_header_id;
961:
962: l_hier_record.imp_header_id := p_imp_header_id;
963: