DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_SITE_V2PUB dependencies on STANDARD

Line 2012: -- Standard start of API savepoint

2008: l_debug_prefix VARCHAR2(30) := '';
2009:
2010: BEGIN
2011:
2012: -- Standard start of API savepoint
2013: SAVEPOINT create_cust_acct_site;
2014:
2015: -- Check if API is called in debug mode. If yes, enable debug.
2016: --enable_debug;

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

2063: p_cust_acct_site_id => x_cust_acct_site_id );
2064: END IF;
2065: END IF;
2066:
2067: -- Standard call to get message count and if count is 1, get message info.
2068: FND_MSG_PUB.Count_And_Get(
2069: p_encoded => FND_API.G_FALSE,
2070: p_count => x_msg_count,
2071: p_data => x_msg_data );

Line 2218: -- Standard start of API savepoint

2214: l_debug_prefix VARCHAR2(30) := '';
2215:
2216: BEGIN
2217:
2218: -- Standard start of API savepoint
2219: SAVEPOINT update_cust_acct_site;
2220:
2221: -- Check if API is called in debug mode. If yes, enable debug.
2222: --enable_debug;

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

2302: p_cust_acct_site_id => l_cust_acct_site_rec.cust_acct_site_id );
2303: END IF;
2304: END IF;
2305:
2306: -- Standard call to get message count and if count is 1, get message info.
2307: FND_MSG_PUB.Count_And_Get(
2308: p_encoded => FND_API.G_FALSE,
2309: p_count => x_msg_count,
2310: p_data => x_msg_data );

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

2556: p_prefix=>l_debug_prefix,
2557: p_msg_level=>fnd_log.level_procedure);
2558: END IF;
2559:
2560: -- Standard call to get message count and if count is 1, get message info.
2561: FND_MSG_PUB.Count_And_Get(
2562: p_encoded => FND_API.G_FALSE,
2563: p_count => x_msg_count,
2564: p_data => x_msg_data );

Line 2719: -- Standard start of API savepoint

2715: l_debug_prefix VARCHAR2(30) := '';
2716:
2717: BEGIN
2718:
2719: -- Standard start of API savepoint
2720: SAVEPOINT create_cust_site_use;
2721:
2722: -- Check if API is called in debug mode. If yes, enable debug.
2723: --enable_debug;

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

2762: p_site_use_id => x_site_use_id );
2763: END IF;
2764: END IF;
2765:
2766: -- Standard call to get message count and if count is 1, get message info.
2767: FND_MSG_PUB.Count_And_Get(
2768: p_encoded => FND_API.G_FALSE,
2769: p_count => x_msg_count,
2770: p_data => x_msg_data );

Line 2917: -- Standard start of API savepoint

2913: l_debug_prefix VARCHAR2(30) := '';
2914:
2915: BEGIN
2916:
2917: -- Standard start of API savepoint
2918: SAVEPOINT update_cust_site_use;
2919:
2920: -- Check if API is called in debug mode. If yes, enable debug.
2921: --enable_debug;

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

2986: p_site_use_id => l_cust_site_use_rec.site_use_id );
2987: END IF;
2988: END IF;
2989:
2990: -- Standard call to get message count and if count is 1, get message info.
2991: FND_MSG_PUB.Count_And_Get(
2992: p_encoded => FND_API.G_FALSE,
2993: p_count => x_msg_count,
2994: p_data => x_msg_data );

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

3311: WHEN NO_DATA_FOUND THEN
3312: NULL;
3313: END;
3314:
3315: -- Standard call to get message count and if count is 1, get message info.
3316: FND_MSG_PUB.Count_And_Get(
3317: p_encoded => FND_API.G_FALSE,
3318: p_count => x_msg_count,
3319: p_data => x_msg_data );