DBA Data[Home] [Help]

APPS.HZ_PAYMENT_METHOD_PUB dependencies on HZ_POPULATE_BOT_PKG

Line 109: HZ_POPULATE_BOT_PKG.pop_ra_cust_receipt_methods(

105: x_cust_receipt_method_id := l_pm_rec.cust_receipt_method_id;
106:
107: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
108: -- populate function for integration service
109: HZ_POPULATE_BOT_PKG.pop_ra_cust_receipt_methods(
110: p_operation => 'I',
111: p_cust_receipt_method_id => x_cust_receipt_method_id);
112: END IF;
113:

Line 291: HZ_POPULATE_BOT_PKG.pop_ra_cust_receipt_methods(

287: px_last_update_date := l_last_update_date;
288:
289: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
290: -- populate function for integration service
291: HZ_POPULATE_BOT_PKG.pop_ra_cust_receipt_methods(
292: p_operation => 'U',
293: p_cust_receipt_method_id => p_payment_method_rec.cust_receipt_method_id);
294: END IF;
295: