DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB dependencies on STANDARD

Line 1732: -- standard start of API savepoint

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

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

1847: HZ_DQM_SYNC.sync_party_site(l_party_site_rec.party_site_id,'C');
1848: END IF;
1849: END IF;
1850:
1851: -- standard call to get message count and if count is 1, get message info.
1852: FND_MSG_PUB.Count_And_Get(
1853: p_encoded => FND_API.G_FALSE,
1854: p_count => x_msg_count,
1855: p_data => x_msg_data);

Line 2005: -- standard start of API savepoint

2001: l_dummy VARCHAR2(1);
2002: l_debug_prefix VARCHAR2(30) := '';
2003: BEGIN
2004:
2005: -- standard start of API savepoint
2006: SAVEPOINT update_party_site;
2007:
2008: -- Check if API is called in debug mode. If yes, enable debug.
2009: --enable_debug;

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

2187:
2188: END IF;
2189: END IF;
2190:
2191: -- standard call to get message count and if count is 1, get message info.
2192: FND_MSG_PUB.Count_And_Get(
2193: p_encoded => FND_API.G_FALSE,
2194: p_count => x_msg_count,
2195: p_data => x_msg_data);

Line 2339: -- standard start of API savepoint

2335: l_debug_prefix VARCHAR2(30) := '';
2336:
2337: BEGIN
2338:
2339: -- standard start of API savepoint
2340: SAVEPOINT create_party_site_use;
2341:
2342: -- Check if API is called in debug mode. If yes, enable debug.
2343: --enable_debug;

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

2379: p_party_site_use_id => x_party_site_use_id);
2380: END IF;
2381: END IF;
2382:
2383: -- standard call to get message count and if count is 1, get message info.
2384: FND_MSG_PUB.Count_And_Get(
2385: p_encoded => FND_API.G_FALSE,
2386: p_count => x_msg_count,
2387: p_data => x_msg_data);

Line 2528: -- standard start of API savepoint

2524: l_debug_prefix VARCHAR2(30) := '';
2525:
2526: BEGIN
2527:
2528: -- standard start of API savepoint
2529: SAVEPOINT update_party_site_use;
2530:
2531: -- Check if API is called in debug mode. If yes, enable debug.
2532: --enable_debug;

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

2581: p_party_site_use_id => l_party_site_use_rec.party_site_use_id);
2582: END IF;
2583: END IF;
2584:
2585: -- standard call to get message count and if count is 1, get message info.
2586: FND_MSG_PUB.Count_And_Get(
2587: p_encoded => FND_API.G_FALSE,
2588: p_count => x_msg_count,
2589: p_data => x_msg_data);

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

2786: X_GLOBAL_LOCATION_NUMBER => x_party_site_rec.global_location_number /* Bug 3175816 */,
2787: X_DUNS_NUMBER_C => x_party_site_rec.duns_number_c
2788: );
2789:
2790: --Standard call to get message count and if count is 1, get message info.
2791: FND_MSG_PUB.Count_And_Get(
2792: p_encoded => FND_API.G_FALSE,
2793: p_count => x_msg_count,
2794: p_data => x_msg_data );

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

2895: X_CREATED_BY_MODULE => x_party_site_use_rec.created_by_module,
2896: X_APPLICATION_ID => x_party_site_use_rec.application_id
2897: );
2898:
2899: --Standard call to get message count and if count is 1, get message info.
2900: FND_MSG_PUB.Count_And_Get(
2901: p_encoded => FND_API.G_FALSE,
2902: p_count => x_msg_count,
2903: p_data => x_msg_data );