DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_PUB dependencies on HZ_POPULATE_BOT_PKG

Line 529: HZ_POPULATE_BOT_PKG.pop_hz_financial_profile(

525: END IF;
526:
527: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
528: -- populate function for integration service
529: HZ_POPULATE_BOT_PKG.pop_hz_financial_profile(
530: p_operation => 'I',
531: p_financial_profile_id => x_financial_profile_id);
532: END IF;
533: END IF;

Line 703: HZ_POPULATE_BOT_PKG.pop_hz_financial_profile(

699: END IF;
700:
701: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
702: -- populate function for integration service
703: HZ_POPULATE_BOT_PKG.pop_hz_financial_profile(
704: p_operation => 'U',
705: p_financial_profile_id => l_financial_profile_rec.financial_profile_id);
706: END IF;
707: END IF;