DBA Data[Home] [Help]

APPS.CN_IMPORT_PVT dependencies on CN_IMPORT_CLIENT_PVT

Line 914: -- Function : Main program to call CN_IMPORT_CLIENT_PVT

910:
911: -- Start of comments
912: -- API name : Client_Stage_data
913: -- Type : Private.
914: -- Function : Main program to call CN_IMPORT_CLIENT_PVT
915: -- to transfer data from datafile to stage table
916: -- Pre-reqs : None.
917: -- Parameters :
918: -- Version : Current version 1.0

Line 1067: cn_import_client_pvt.insert_data

1063:
1064: cn_message_pkg.debug('Staging Data : Unmapped data dropped.');
1065:
1066: -- Insert data into stage table
1067: cn_import_client_pvt.insert_data
1068: (p_api_version => 1.0,
1069: p_imp_header_id => p_imp_header_id,
1070: p_import_type_code => l_imp_type_code,
1071: p_table_name => l_target_table,