DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB dependencies on STANDARD

Line 814: -- Standard start of API savepoint

810:
811:
812: BEGIN
813:
814: -- Standard start of API savepoint
815: SAVEPOINT create_cust_account_role;
816:
817: -- Check if API is called in debug mode. If yes, enable debug.
818: --enable_debug;

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

852: p_cust_account_role_id => x_cust_account_role_id);
853: END IF;
854: END IF;
855:
856: -- Standard call to get message count and if count is 1, get message info.
857: FND_MSG_PUB.Count_And_Get(
858: p_encoded => FND_API.G_FALSE,
859: p_count => x_msg_count,
860: p_data => x_msg_data );

Line 1003: -- Standard start of API savepoint

999: l_debug_prefix VARCHAR2(30) := '';
1000:
1001: BEGIN
1002:
1003: -- Standard start of API savepoint
1004: SAVEPOINT update_cust_account_role;
1005:
1006: -- Check if API is called in debug mode. If yes, enable debug.
1007: --enable_debug;

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

1070: p_cust_account_role_id => l_cust_account_role_rec.cust_account_role_id);
1071: END IF;
1072: END IF;
1073:
1074: -- Standard call to get message count and if count is 1, get message info.
1075: FND_MSG_PUB.Count_And_Get(
1076: p_encoded => FND_API.G_FALSE,
1077: p_count => x_msg_count,
1078: p_data => x_msg_data );

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

1298: p_msg_level=>fnd_log.level_procedure);
1299: END IF;
1300:
1301:
1302: -- Standard call to get message count and if count is 1, get message info.
1303: FND_MSG_PUB.Count_And_Get(
1304: p_encoded => FND_API.G_FALSE,
1305: p_count => x_msg_count,
1306: p_data => x_msg_data );

Line 1448: -- Standard start of API savepoint

1444: l_role_responsibility_rec ROLE_RESPONSIBILITY_REC_TYPE := p_role_responsibility_rec;
1445: l_debug_prefix VARCHAR2(30) := '';
1446: BEGIN
1447:
1448: -- Standard start of API savepoint
1449: SAVEPOINT create_role_responsibility;
1450:
1451: -- Check if API is called in debug mode. If yes, enable debug.
1452: --enable_debug;

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

1485: p_responsibility_id => x_responsibility_id);
1486: END IF;
1487: END IF;
1488:
1489: -- Standard call to get message count and if count is 1, get message info.
1490: FND_MSG_PUB.Count_And_Get(
1491: p_encoded => FND_API.G_FALSE,
1492: p_count => x_msg_count,
1493: p_data => x_msg_data );

Line 1640: -- Standard start of API savepoint

1636: l_debug_prefix VARCHAR2(30) := '';
1637:
1638: BEGIN
1639:
1640: -- Standard start of API savepoint
1641: SAVEPOINT update_role_responsibility;
1642:
1643: -- Check if API is called in debug mode. If yes, enable debug.
1644: --enable_debug;

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

1691: p_responsibility_id => l_role_responsibility_rec.responsibility_id);
1692: END IF;
1693: END IF;
1694:
1695: -- Standard call to get message count and if count is 1, get message info.
1696: FND_MSG_PUB.Count_And_Get(
1697: p_encoded => FND_API.G_FALSE,
1698: p_count => x_msg_count,
1699: p_data => x_msg_data );

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

1908: p_prefix=>l_debug_prefix,
1909: p_msg_level=>fnd_log.level_procedure);
1910: END IF;
1911:
1912: -- Standard call to get message count and if count is 1, get message info.
1913: FND_MSG_PUB.Count_And_Get(
1914: p_encoded => FND_API.G_FALSE,
1915: p_count => x_msg_count,
1916: p_data => x_msg_data );