DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on STANDARD

Line 1560: -- Standard start of API savepoint

1556: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE := p_customer_profile_rec;
1557: l_debug_prefix VARCHAR2(30) := '';
1558: BEGIN
1559:
1560: -- Standard start of API savepoint
1561: SAVEPOINT create_cust_account;
1562:
1563: -- Check if API is called in debug mode. If yes, enable debug.
1564: --enable_debug;

Line 1631: -- Standard call to get message count and if count is 1, get message info.

1627:
1628: -- Call to indicate account creation to DQM
1629: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1630:
1631: -- Standard call to get message count and if count is 1, get message info.
1632: FND_MSG_PUB.Count_And_Get(
1633: p_encoded => FND_API.G_FALSE,
1634: p_count => x_msg_count,
1635: p_data => x_msg_data );

Line 1809: -- Standard start of API savepoint

1805: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE := p_customer_profile_rec;
1806: l_debug_prefix VARCHAR2(30) := '';
1807: BEGIN
1808:
1809: -- Standard start of API savepoint
1810: SAVEPOINT create_cust_account;
1811:
1812: -- Check if API is called in debug mode. If yes, enable debug.
1813: --enable_debug;

Line 1879: -- Standard call to get message count and if count is 1, get message info.

1875:
1876: -- Call to indicate account creation to DQM
1877: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1878:
1879: -- Standard call to get message count and if count is 1, get message info.
1880: FND_MSG_PUB.Count_And_Get(
1881: p_encoded => FND_API.G_FALSE,
1882: p_count => x_msg_count,
1883: p_data => x_msg_data );

Line 2036: -- Standard start of API savepoint

2032: l_old_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;
2033: l_debug_prefix VARCHAR2(30) := '';
2034: BEGIN
2035:
2036: -- Standard start of API savepoint
2037: SAVEPOINT update_cust_account;
2038:
2039: -- Check if API is called in debug mode. If yes, enable debug.
2040: --enable_debug;

Line 2135: -- Standard call to get message count and if count is 1, get message info.

2131:
2132: -- Call to indicate account update to DQM
2133: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'U');
2134:
2135: -- Standard call to get message count and if count is 1, get message info.
2136: FND_MSG_PUB.Count_And_Get(
2137: p_encoded => FND_API.G_FALSE,
2138: p_count => x_msg_count,
2139: p_data => x_msg_data );

Line 2467: -- Standard call to get message count and if count is 1, get message info.

2463: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2464: END IF;
2465: END IF;
2466:
2467: -- Standard call to get message count and if count is 1, get message info.
2468: FND_MSG_PUB.Count_And_Get(
2469: p_encoded => FND_API.G_FALSE,
2470: p_count => x_msg_count,
2471: p_data => x_msg_data );

Line 2665: -- Standard start of API savepoint

2661: l_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE := p_cust_acct_relate_rec;
2662: l_debug_prefix VARCHAR2(30) := '';
2663: BEGIN
2664:
2665: -- Standard start of API savepoint
2666: SAVEPOINT create_cust_acct_relate;
2667:
2668: -- Check if API is called in debug mode. If yes, enable debug.
2669: --enable_debug;

Line 2708: -- Standard call to get message count and if count is 1, get message info.

2704: p_cust_acct_relate_id => l_cust_acct_relate_rec.cust_acct_relate_id);
2705: END IF;
2706: END IF;
2707:
2708: -- Standard call to get message count and if count is 1, get message info.
2709: FND_MSG_PUB.Count_And_Get(
2710: p_encoded => FND_API.G_FALSE,
2711: p_count => x_msg_count,
2712: p_data => x_msg_data );

Line 2865: -- Standard start of API savepoint

2861: l_old_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE;
2862: l_debug_prefix VARCHAR2(30) := '';
2863: BEGIN
2864:
2865: -- Standard start of API savepoint
2866: SAVEPOINT update_cust_acct_relate;
2867:
2868: -- Check if API is called in debug mode. If yes, enable debug.
2869: --enable_debug;

Line 2930: -- Standard call to get message count and if count is 1, get message info.

2926:
2927: END IF;
2928: END IF;
2929:
2930: -- Standard call to get message count and if count is 1, get message info.
2931: FND_MSG_PUB.Count_And_Get(
2932: p_encoded => FND_API.G_FALSE,
2933: p_count => x_msg_count,
2934: p_data => x_msg_data );

Line 3093: -- Standard start of API savepoint

3089: l_old_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE;
3090: l_debug_prefix VARCHAR2(30) := '';
3091: BEGIN
3092:
3093: -- Standard start of API savepoint
3094: SAVEPOINT update_cust_acct_relate;
3095:
3096: -- Check if API is called in debug mode. If yes, enable debug.
3097: --enable_debug;

Line 3157: -- Standard call to get message count and if count is 1, get message info.

3153:
3154: END IF;
3155: END IF;
3156:
3157: -- Standard call to get message count and if count is 1, get message info.
3158: FND_MSG_PUB.Count_And_Get(
3159: p_encoded => FND_API.G_FALSE,
3160: p_count => x_msg_count,
3161: p_data => x_msg_data );

Line 3443: -- Standard call to get message count and if count is 1, get message info.

3439: p_prefix=>l_debug_prefix,
3440: p_msg_level=>fnd_log.level_procedure);
3441: END IF;
3442:
3443: -- Standard call to get message count and if count is 1, get message info.
3444: FND_MSG_PUB.Count_And_Get(
3445: p_encoded => FND_API.G_FALSE,
3446: p_count => x_msg_count,
3447: p_data => x_msg_data );