DBA Data[Home] [Help]

APPS.IGC_CC_COMPLETE_COVER_PKG dependencies on IGC_CC_REP_YEP_PVT

Line 441: If Igc_cc_rep_yep_pvt.Invoice_canc_or_paid(c_rel_rec.cc_header_id) then

437: -- If l_count > 0 then --commenting as part of fix for bug 5464993
438: For C_purchase_orders_rec in C_purchase_orders ( c_rel_rec.cc_num ) loop
439: If p_comp_unmatched_rel = 'N' then
440: If matched_releases ( C_purchase_orders_rec.po_header_id) then
441: If Igc_cc_rep_yep_pvt.Invoice_canc_or_paid(c_rel_rec.cc_header_id) then
442: fnd_message.set_name('IGC', 'IGC_CC_PURCHASE_ORDER_ERROR');
443: IF(g_excep_level >= g_debug_level) THEN
444: FND_LOG.MESSAGE(g_excep_level, l_full_path, FALSE);
445: END IF;