DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_POPULATE_BOT_PKG

Line 1622: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(

1618: END IF;
1619:
1620: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
1621: -- populate function for integration service
1622: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(
1623: p_operation => 'I',
1624: p_cust_account_id => x_cust_account_id );
1625: END IF;
1626: END IF;

Line 1870: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(

1866: END IF;
1867:
1868: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
1869: -- populate function for integration service
1870: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(
1871: p_operation => 'I',
1872: p_cust_account_id => x_cust_account_id );
1873: END IF;
1874: END IF;

Line 2126: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(

2122: END IF;
2123:
2124: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
2125: -- populate function for integration service
2126: HZ_POPULATE_BOT_PKG.pop_hz_cust_accounts(
2127: p_operation => 'U',
2128: p_cust_account_id => l_cust_account_rec.cust_account_id );
2129: END IF;
2130: END IF;

Line 2702: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(

2698: END IF;
2699:
2700: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
2701: -- populate function for integration service
2702: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(
2703: p_operation => 'I',
2704: p_cust_acct_relate_id => l_cust_acct_relate_rec.cust_acct_relate_id);
2705: END IF;
2706: END IF;

Line 2923: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(

2919: END IF;
2920:
2921: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
2922: -- populate function for integration service
2923: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(
2924: p_operation => 'U',
2925: p_cust_acct_relate_id => l_old_cust_acct_relate_rec.cust_acct_relate_id); --bug 8654754. cust_acct_relate_id has no value in relate rec. Old rec got the value from the get API.
2926:
2927: END IF;

Line 3150: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(

3146: END IF;
3147:
3148: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
3149: -- populate function for integration service
3150: HZ_POPULATE_BOT_PKG.pop_hz_cust_acct_relate_all(
3151: p_operation => 'U',
3152: p_cust_acct_relate_id => l_old_cust_acct_relate_rec.cust_acct_relate_id); --bug 8654754. cust_acct_relate_id has no value in relate rec. Old rec got the value from the get API.
3153:
3154: END IF;