DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on STANDARD

Line 1543: -- Standard start of API savepoint

1539: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE := p_customer_profile_rec;
1540: l_debug_prefix VARCHAR2(30) := '';
1541: BEGIN
1542:
1543: -- Standard start of API savepoint
1544: SAVEPOINT create_cust_account;
1545:
1546: -- Check if API is called in debug mode. If yes, enable debug.
1547: --enable_debug;

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

1610:
1611: -- Call to indicate account creation to DQM
1612: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1613:
1614: -- Standard call to get message count and if count is 1, get message info.
1615: FND_MSG_PUB.Count_And_Get(
1616: p_encoded => FND_API.G_FALSE,
1617: p_count => x_msg_count,
1618: p_data => x_msg_data );

Line 1792: -- Standard start of API savepoint

1788: l_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE := p_customer_profile_rec;
1789: l_debug_prefix VARCHAR2(30) := '';
1790: BEGIN
1791:
1792: -- Standard start of API savepoint
1793: SAVEPOINT create_cust_account;
1794:
1795: -- Check if API is called in debug mode. If yes, enable debug.
1796: --enable_debug;

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

1858:
1859: -- Call to indicate account creation to DQM
1860: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1861:
1862: -- Standard call to get message count and if count is 1, get message info.
1863: FND_MSG_PUB.Count_And_Get(
1864: p_encoded => FND_API.G_FALSE,
1865: p_count => x_msg_count,
1866: p_data => x_msg_data );

Line 2019: -- Standard start of API savepoint

2015: l_old_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;
2016: l_debug_prefix VARCHAR2(30) := '';
2017: BEGIN
2018:
2019: -- Standard start of API savepoint
2020: SAVEPOINT update_cust_account;
2021:
2022: -- Check if API is called in debug mode. If yes, enable debug.
2023: --enable_debug;

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

2104:
2105: -- Call to indicate account update to DQM
2106: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'U');
2107:
2108: -- Standard call to get message count and if count is 1, get message info.
2109: FND_MSG_PUB.Count_And_Get(
2110: p_encoded => FND_API.G_FALSE,
2111: p_count => x_msg_count,
2112: p_data => x_msg_data );

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

2430: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2431: END IF;
2432: END IF;
2433:
2434: -- Standard call to get message count and if count is 1, get message info.
2435: FND_MSG_PUB.Count_And_Get(
2436: p_encoded => FND_API.G_FALSE,
2437: p_count => x_msg_count,
2438: p_data => x_msg_data );

Line 2632: -- Standard start of API savepoint

2628: l_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE := p_cust_acct_relate_rec;
2629: l_debug_prefix VARCHAR2(30) := '';
2630: BEGIN
2631:
2632: -- Standard start of API savepoint
2633: SAVEPOINT create_cust_acct_relate;
2634:
2635: -- Check if API is called in debug mode. If yes, enable debug.
2636: --enable_debug;

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

2671: p_cust_acct_relate_id => l_cust_acct_relate_rec.cust_acct_relate_id);
2672: END IF;
2673: END IF;
2674:
2675: -- Standard call to get message count and if count is 1, get message info.
2676: FND_MSG_PUB.Count_And_Get(
2677: p_encoded => FND_API.G_FALSE,
2678: p_count => x_msg_count,
2679: p_data => x_msg_data );

Line 2832: -- Standard start of API savepoint

2828: l_old_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE;
2829: l_debug_prefix VARCHAR2(30) := '';
2830: BEGIN
2831:
2832: -- Standard start of API savepoint
2833: SAVEPOINT update_cust_acct_relate;
2834:
2835: -- Check if API is called in debug mode. If yes, enable debug.
2836: --enable_debug;

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

2892: p_cust_acct_relate_id => l_cust_acct_relate_rec.cust_acct_relate_id);
2893: END IF;
2894: END IF;
2895:
2896: -- Standard call to get message count and if count is 1, get message info.
2897: FND_MSG_PUB.Count_And_Get(
2898: p_encoded => FND_API.G_FALSE,
2899: p_count => x_msg_count,
2900: p_data => x_msg_data );

Line 3059: -- Standard start of API savepoint

3055: l_old_cust_acct_relate_rec CUST_ACCT_RELATE_REC_TYPE;
3056: l_debug_prefix VARCHAR2(30) := '';
3057: BEGIN
3058:
3059: -- Standard start of API savepoint
3060: SAVEPOINT update_cust_acct_relate;
3061:
3062: -- Check if API is called in debug mode. If yes, enable debug.
3063: --enable_debug;

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

3118: p_cust_acct_relate_id => l_cust_acct_relate_rec.cust_acct_relate_id);
3119: END IF;
3120: END IF;
3121:
3122: -- Standard call to get message count and if count is 1, get message info.
3123: FND_MSG_PUB.Count_And_Get(
3124: p_encoded => FND_API.G_FALSE,
3125: p_count => x_msg_count,
3126: p_data => x_msg_data );

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

3404: p_prefix=>l_debug_prefix,
3405: p_msg_level=>fnd_log.level_procedure);
3406: END IF;
3407:
3408: -- Standard call to get message count and if count is 1, get message info.
3409: FND_MSG_PUB.Count_And_Get(
3410: p_encoded => FND_API.G_FALSE,
3411: p_count => x_msg_count,
3412: p_data => x_msg_data );