DBA Data[Home] [Help]

APPS.PON_VENDORMERGE_GRP dependencies on PON_CONTERMS_UTL_PVT

Line 387: fnd_file.put_line (fnd_file.log, l_progress|| ' Before PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge call.... ');

383: END IF;
384: --}
385:
386: l_progress := 112;
387: fnd_file.put_line (fnd_file.log, l_progress|| ' Before PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge call.... ');
388:
389: -- if there are any conterms and if
390: -- contracts is installed, then merge the
391: -- deliverables for these 2 vendors

Line 393: PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge(p_dup_vendor_id,

389: -- if there are any conterms and if
390: -- contracts is installed, then merge the
391: -- deliverables for these 2 vendors
392:
393: PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge(p_dup_vendor_id,
394: p_dup_vendor_site_id,
395: p_vendor_id,
396: p_vendor_site_id,
397: p_msg_data,

Line 403: fnd_file.put_line (fnd_file.log, l_progress|| ' After PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge call.... ');

399: p_return_status);
400:
401: l_progress := 112;
402:
403: fnd_file.put_line (fnd_file.log, l_progress|| ' After PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge call.... ');
404: fnd_file.put_line (fnd_file.log, l_progress|| 'End of PON_VENDORMERGE_GRP.MERGE_VENDOR ');
405:
406: EXCEPTION WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
407: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;