DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB dependencies on STANDARD

Line 1736: -- standard start of API savepoint

1732: l_test_security VARCHAR2(1):= 'F';
1733: l_debug_prefix VARCHAR2(30) := '';
1734:
1735: BEGIN
1736: -- standard start of API savepoint
1737: SAVEPOINT create_party_site;
1738:
1739: -- Check if API is called in debug mode. If yes, enable debug.
1740: --enable_debug;

Line 1858: -- standard call to get message count and if count is 1, get message info.

1854: END IF;
1855: */
1856: END IF;
1857:
1858: -- standard call to get message count and if count is 1, get message info.
1859: FND_MSG_PUB.Count_And_Get(
1860: p_encoded => FND_API.G_FALSE,
1861: p_count => x_msg_count,
1862: p_data => x_msg_data);

Line 2012: -- standard start of API savepoint

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

Line 2198: -- standard call to get message count and if count is 1, get message info.

2194:
2195: END IF;
2196: END IF;
2197:
2198: -- standard call to get message count and if count is 1, get message info.
2199: FND_MSG_PUB.Count_And_Get(
2200: p_encoded => FND_API.G_FALSE,
2201: p_count => x_msg_count,
2202: p_data => x_msg_data);

Line 2346: -- standard start of API savepoint

2342: l_debug_prefix VARCHAR2(30) := '';
2343:
2344: BEGIN
2345:
2346: -- standard start of API savepoint
2347: SAVEPOINT create_party_site_use;
2348:
2349: -- Check if API is called in debug mode. If yes, enable debug.
2350: --enable_debug;

Line 2390: -- standard call to get message count and if count is 1, get message info.

2386: p_party_site_use_id => x_party_site_use_id);
2387: END IF;
2388: END IF;
2389:
2390: -- standard call to get message count and if count is 1, get message info.
2391: FND_MSG_PUB.Count_And_Get(
2392: p_encoded => FND_API.G_FALSE,
2393: p_count => x_msg_count,
2394: p_data => x_msg_data);

Line 2535: -- standard start of API savepoint

2531: l_debug_prefix VARCHAR2(30) := '';
2532:
2533: BEGIN
2534:
2535: -- standard start of API savepoint
2536: SAVEPOINT update_party_site_use;
2537:
2538: -- Check if API is called in debug mode. If yes, enable debug.
2539: --enable_debug;

Line 2592: -- standard call to get message count and if count is 1, get message info.

2588: p_party_site_use_id => l_party_site_use_rec.party_site_use_id);
2589: END IF;
2590: END IF;
2591:
2592: -- standard call to get message count and if count is 1, get message info.
2593: FND_MSG_PUB.Count_And_Get(
2594: p_encoded => FND_API.G_FALSE,
2595: p_count => x_msg_count,
2596: p_data => x_msg_data);

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

2793: X_GLOBAL_LOCATION_NUMBER => x_party_site_rec.global_location_number /* Bug 3175816 */,
2794: X_DUNS_NUMBER_C => x_party_site_rec.duns_number_c
2795: );
2796:
2797: --Standard call to get message count and if count is 1, get message info.
2798: FND_MSG_PUB.Count_And_Get(
2799: p_encoded => FND_API.G_FALSE,
2800: p_count => x_msg_count,
2801: p_data => x_msg_data );

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

2902: X_CREATED_BY_MODULE => x_party_site_use_rec.created_by_module,
2903: X_APPLICATION_ID => x_party_site_use_rec.application_id
2904: );
2905:
2906: --Standard call to get message count and if count is 1, get message info.
2907: FND_MSG_PUB.Count_And_Get(
2908: p_encoded => FND_API.G_FALSE,
2909: p_count => x_msg_count,
2910: p_data => x_msg_data );