DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_V2PUB dependencies on HZ_POPULATE_BOT_PKG

Line 573: HZ_POPULATE_BOT_PKG.pop_hz_credit_ratings(

569: END IF;
570:
571: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
572: -- populate function for integration service
573: HZ_POPULATE_BOT_PKG.pop_hz_credit_ratings(
574: p_operation => 'I',
575: p_credit_rating_id => x_credit_rating_id);
576: END IF;
577: END IF;

Line 705: HZ_POPULATE_BOT_PKG.pop_hz_credit_ratings(

701: END IF;
702:
703: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
704: -- populate function for integration service
705: HZ_POPULATE_BOT_PKG.pop_hz_credit_ratings(
706: p_operation => 'U',
707: p_credit_rating_id => l_credit_rating_rec.credit_rating_id);
708: END IF;
709: END IF;