DBA Data[Home] [Help]

APPS.HZ_PARTY_CONTACT_V2PUB dependencies on STANDARD

Line 1159: -- standard start of API savepoint

1155: l_debug_prefix VARCHAR2(30) := '';
1156:
1157: BEGIN
1158:
1159: -- standard start of API savepoint
1160: SAVEPOINT create_org_contact;
1161:
1162: -- Check if API is called in debug mode. If yes, enable debug.
1163: --enable_debug;

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

1220: --Bug 5370799
1221: IF (p_org_contact_rec.orig_system IS NULL OR p_org_contact_rec.orig_system=FND_API.G_MISS_CHAR) THEN
1222: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');
1223: END IF;
1224: -- standard call to get message count and if count is 1, get message info.
1225: FND_MSG_PUB.Count_And_Get(
1226: p_encoded => FND_API.G_FALSE,
1227: p_count => x_msg_count,
1228: p_data => x_msg_data);

Line 1378: -- standard start of API savepoint

1374: l_debug_prefix VARCHAR2(30) := '';
1375:
1376: BEGIN
1377:
1378: -- standard start of API savepoint
1379: SAVEPOINT update_org_contact;
1380:
1381: -- Check if API is called in debug mode. If yes, enable debug.
1382: --enable_debug;

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

1469:
1470: -- Call to indicate Org Contact update to DQM
1471: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'U');
1472:
1473: -- standard call to get message count and if count is 1, get message info.
1474: FND_MSG_PUB.Count_And_Get(
1475: p_encoded => FND_API.G_FALSE,
1476: p_count => x_msg_count,
1477: p_data => x_msg_data);

Line 1618: -- standard start of API savepoint

1614: l_debug_prefix VARCHAR2(30) := '';
1615:
1616: BEGIN
1617:
1618: -- standard start of API savepoint
1619: SAVEPOINT create_org_contact_role;
1620:
1621: -- Check if API is called in debug mode. If yes, enable debug.
1622: --enable_debug;

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

1656: p_org_contact_role_id => x_org_contact_role_id );
1657: END IF;
1658: END IF;
1659:
1660: -- standard call to get message count and if count is 1, get message info.
1661: FND_MSG_PUB.Count_And_Get(
1662: p_encoded => FND_API.G_FALSE,
1663: p_count => x_msg_count,
1664: p_data => x_msg_data);

Line 1807: -- standard start of API savepoint

1803: l_debug_prefix VARCHAR2(30) := '';
1804:
1805: BEGIN
1806:
1807: -- standard start of API savepoint
1808: SAVEPOINT update_org_contact_role;
1809:
1810: -- Check if API is called in debug mode. If yes, enable debug.
1811: --enable_debug;

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

1876: p_org_contact_role_id => l_org_contact_role_rec.org_contact_role_id );
1877: END IF;
1878: END IF;
1879:
1880: -- standard call to get message count and if count is 1, get message info.
1881: FND_MSG_PUB.Count_And_Get(
1882: p_encoded => FND_API.G_FALSE,
1883: p_count => x_msg_count,
1884: p_data => x_msg_data);

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

2108: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2109: END IF;
2110: END IF;
2111:
2112: --Standard call to get message count and if count is 1, get message info.
2113: FND_MSG_PUB.Count_And_Get(
2114: p_encoded => FND_API.G_FALSE,
2115: p_count => x_msg_count,
2116: p_data => x_msg_data );

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

2217: X_CREATED_BY_MODULE => x_org_contact_role_rec.created_by_module,
2218: X_APPLICATION_ID => x_org_contact_role_rec.application_id
2219: );
2220:
2221: --Standard call to get message count and if count is 1, get message info.
2222: FND_MSG_PUB.Count_And_Get(
2223: p_encoded => FND_API.G_FALSE,
2224: p_count => x_msg_count,
2225: p_data => x_msg_data );