DBA Data[Home] [Help]

APPS.HZ_PARTY_CONTACT_V2PUB dependencies on STANDARD

Line 1164: -- standard start of API savepoint

1160: l_debug_prefix VARCHAR2(30) := '';
1161:
1162: BEGIN
1163:
1164: -- standard start of API savepoint
1165: SAVEPOINT create_org_contact;
1166:
1167: -- Check if API is called in debug mode. If yes, enable debug.
1168: --enable_debug;

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

1228: /* IF (p_org_contact_rec.orig_system IS NULL OR p_org_contact_rec.orig_system=FND_API.G_MISS_CHAR) THEN
1229: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');
1230: END IF;
1231: */
1232: -- standard call to get message count and if count is 1, get message info.
1233: FND_MSG_PUB.Count_And_Get(
1234: p_encoded => FND_API.G_FALSE,
1235: p_count => x_msg_count,
1236: p_data => x_msg_data);

Line 1386: -- standard start of API savepoint

1382: l_debug_prefix VARCHAR2(30) := '';
1383:
1384: BEGIN
1385:
1386: -- standard start of API savepoint
1387: SAVEPOINT update_org_contact;
1388:
1389: -- Check if API is called in debug mode. If yes, enable debug.
1390: --enable_debug;

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

1477:
1478: -- Call to indicate Org Contact update to DQM
1479: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'U');
1480:
1481: -- standard call to get message count and if count is 1, get message info.
1482: FND_MSG_PUB.Count_And_Get(
1483: p_encoded => FND_API.G_FALSE,
1484: p_count => x_msg_count,
1485: p_data => x_msg_data);

Line 1626: -- standard start of API savepoint

1622: l_debug_prefix VARCHAR2(30) := '';
1623:
1624: BEGIN
1625:
1626: -- standard start of API savepoint
1627: SAVEPOINT create_org_contact_role;
1628:
1629: -- Check if API is called in debug mode. If yes, enable debug.
1630: --enable_debug;

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

1664: p_org_contact_role_id => x_org_contact_role_id );
1665: END IF;
1666: END IF;
1667:
1668: -- standard call to get message count and if count is 1, get message info.
1669: FND_MSG_PUB.Count_And_Get(
1670: p_encoded => FND_API.G_FALSE,
1671: p_count => x_msg_count,
1672: p_data => x_msg_data);

Line 1815: -- standard start of API savepoint

1811: l_debug_prefix VARCHAR2(30) := '';
1812:
1813: BEGIN
1814:
1815: -- standard start of API savepoint
1816: SAVEPOINT update_org_contact_role;
1817:
1818: -- Check if API is called in debug mode. If yes, enable debug.
1819: --enable_debug;

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

1884: p_org_contact_role_id => l_org_contact_role_rec.org_contact_role_id );
1885: END IF;
1886: END IF;
1887:
1888: -- standard call to get message count and if count is 1, get message info.
1889: FND_MSG_PUB.Count_And_Get(
1890: p_encoded => FND_API.G_FALSE,
1891: p_count => x_msg_count,
1892: p_data => x_msg_data);

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

2116: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2117: END IF;
2118: END IF;
2119:
2120: --Standard call to get message count and if count is 1, get message info.
2121: FND_MSG_PUB.Count_And_Get(
2122: p_encoded => FND_API.G_FALSE,
2123: p_count => x_msg_count,
2124: p_data => x_msg_data );

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

2225: X_CREATED_BY_MODULE => x_org_contact_role_rec.created_by_module,
2226: X_APPLICATION_ID => x_org_contact_role_rec.application_id
2227: );
2228:
2229: --Standard call to get message count and if count is 1, get message info.
2230: FND_MSG_PUB.Count_And_Get(
2231: p_encoded => FND_API.G_FALSE,
2232: p_count => x_msg_count,
2233: p_data => x_msg_data );