DBA Data[Home] [Help]

APPS.CN_IMP_HEADERS_PVT dependencies on CN_IMP_MAPS_PVT

Line 349: l_imp_map cn_imp_maps_pvt.imp_maps_rec_type :=

345: l_api_version CONSTANT NUMBER := 1.0;
346:
347: l_imp_header imp_headers_rec_type;
348: l_temp NUMBER;
349: l_imp_map cn_imp_maps_pvt.imp_maps_rec_type :=
350: cn_imp_maps_pvt.G_MISS_IMP_MAPS_REC;
351:
352: CURSOR c_pro_audit_csr(c_imp_header_id NUMBER) IS
353: SELECT process_audit_id

Line 350: cn_imp_maps_pvt.G_MISS_IMP_MAPS_REC;

346:
347: l_imp_header imp_headers_rec_type;
348: l_temp NUMBER;
349: l_imp_map cn_imp_maps_pvt.imp_maps_rec_type :=
350: cn_imp_maps_pvt.G_MISS_IMP_MAPS_REC;
351:
352: CURSOR c_pro_audit_csr(c_imp_header_id NUMBER) IS
353: SELECT process_audit_id
354: FROM cn_process_audits

Line 429: cn_imp_maps_pvt.Delete_Imp_Map

425: END;
426:
427: -- delete imp_map if not used by other imp_headers
428: IF l_temp = 0 THEN
429: cn_imp_maps_pvt.Delete_Imp_Map
430: ( p_api_version => 1.0,
431: x_return_status => x_return_status,
432: x_msg_count => x_msg_count,
433: x_msg_data => x_msg_data,