DBA Data[Home] [Help]

APPS.CN_COLLECTION_AIA_OM_PUB dependencies on CN_CUST_AIA_ORD_PROC_PUB

Line 248: cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing(x_return_status => x_return_status);

244: x_return_status := fnd_api.g_ret_sts_success;
245: retcode := 0;
246: errbuf := '';
247:
248: cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing(x_return_status => x_return_status);
249:
250: debugmsg('CN_COLLECTION_AIA_OM_PUB.pre_aia_om_load_process: after cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing call: ');
251: debugmsg('CN_COLLECTION_AIA_OM_PUB.pre_aia_om_load_process: x_return_status: ' || x_return_status);
252:

Line 250: debugmsg('CN_COLLECTION_AIA_OM_PUB.pre_aia_om_load_process: after cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing call: ');

246: errbuf := '';
247:
248: cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing(x_return_status => x_return_status);
249:
250: debugmsg('CN_COLLECTION_AIA_OM_PUB.pre_aia_om_load_process: after cn_cust_aia_ord_proc_pub.ct_aia_om_pre_processing call: ');
251: debugmsg('CN_COLLECTION_AIA_OM_PUB.pre_aia_om_load_process: x_return_status: ' || x_return_status);
252:
253: IF(x_return_status <> 'S') THEN
254: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;