DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_SITE_V2PUB dependencies on STANDARD

Line 2151: -- Standard start of API savepoint

2147: l_debug_prefix VARCHAR2(30) := '';
2148:
2149: BEGIN
2150:
2151: -- Standard start of API savepoint
2152: SAVEPOINT create_cust_acct_site;
2153:
2154: -- Check if API is called in debug mode. If yes, enable debug.
2155: --enable_debug;

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

2202: p_cust_acct_site_id => x_cust_acct_site_id );
2203: END IF;
2204: END IF;
2205:
2206: -- Standard call to get message count and if count is 1, get message info.
2207: FND_MSG_PUB.Count_And_Get(
2208: p_encoded => FND_API.G_FALSE,
2209: p_count => x_msg_count,
2210: p_data => x_msg_data );

Line 2357: -- Standard start of API savepoint

2353: l_debug_prefix VARCHAR2(30) := '';
2354:
2355: BEGIN
2356:
2357: -- Standard start of API savepoint
2358: SAVEPOINT update_cust_acct_site;
2359:
2360: -- Check if API is called in debug mode. If yes, enable debug.
2361: --enable_debug;

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

2441: p_cust_acct_site_id => l_cust_acct_site_rec.cust_acct_site_id );
2442: END IF;
2443: END IF;
2444:
2445: -- Standard call to get message count and if count is 1, get message info.
2446: FND_MSG_PUB.Count_And_Get(
2447: p_encoded => FND_API.G_FALSE,
2448: p_count => x_msg_count,
2449: p_data => x_msg_data );

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

2695: p_prefix=>l_debug_prefix,
2696: p_msg_level=>fnd_log.level_procedure);
2697: END IF;
2698:
2699: -- Standard call to get message count and if count is 1, get message info.
2700: FND_MSG_PUB.Count_And_Get(
2701: p_encoded => FND_API.G_FALSE,
2702: p_count => x_msg_count,
2703: p_data => x_msg_data );

Line 2858: -- Standard start of API savepoint

2854: l_debug_prefix VARCHAR2(30) := '';
2855:
2856: BEGIN
2857:
2858: -- Standard start of API savepoint
2859: SAVEPOINT create_cust_site_use;
2860:
2861: -- Check if API is called in debug mode. If yes, enable debug.
2862: --enable_debug;

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

2901: p_site_use_id => x_site_use_id );
2902: END IF;
2903: END IF;
2904:
2905: -- Standard call to get message count and if count is 1, get message info.
2906: FND_MSG_PUB.Count_And_Get(
2907: p_encoded => FND_API.G_FALSE,
2908: p_count => x_msg_count,
2909: p_data => x_msg_data );

Line 3056: -- Standard start of API savepoint

3052: l_debug_prefix VARCHAR2(30) := '';
3053:
3054: BEGIN
3055:
3056: -- Standard start of API savepoint
3057: SAVEPOINT update_cust_site_use;
3058:
3059: -- Check if API is called in debug mode. If yes, enable debug.
3060: --enable_debug;

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

3125: p_site_use_id => l_cust_site_use_rec.site_use_id );
3126: END IF;
3127: END IF;
3128:
3129: -- Standard call to get message count and if count is 1, get message info.
3130: FND_MSG_PUB.Count_And_Get(
3131: p_encoded => FND_API.G_FALSE,
3132: p_count => x_msg_count,
3133: p_data => x_msg_data );

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

3450: WHEN NO_DATA_FOUND THEN
3451: NULL;
3452: END;
3453:
3454: -- Standard call to get message count and if count is 1, get message info.
3455: FND_MSG_PUB.Count_And_Get(
3456: p_encoded => FND_API.G_FALSE,
3457: p_count => x_msg_count,
3458: p_data => x_msg_data );