DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on STANDARD

Line 72: -- Standard call to check for call compatibility.

68: l_adhoc_role varchar2(80);
69: l_exist_rolename varchar2(80);
70:
71: begin
72: -- Standard call to check for call compatibility.
73:
74: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
75: p_api_version_number,
76: l_api_name,

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

165: IF FND_API.To_Boolean ( p_commit ) THEN
166: COMMIT WORK;
167: END IF;
168:
169: -- Standard call to get message count and if count is 1, get message info.
170: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
171: p_count => x_msg_count,
172: p_data => x_msg_data);
173: EXCEPTION

Line 248: -- Standard call to check for call compatibility.

244: l_vendor_org_name VARCHAR2(50);
245: l_email_enabled VARCHAR2(5);
246:
247: begin
248: -- Standard call to check for call compatibility.
249: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
250: p_api_version_number,
251: l_api_name,
252: G_PKG_NAME) THEN

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

513: IF FND_API.To_Boolean ( p_commit ) THEN
514: COMMIT WORK;
515: END IF;
516:
517: -- Standard call to get message count and if count is 1, get message info.
518: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
519: p_count => x_msg_count,
520: p_data => x_msg_data);
521: EXCEPTION

Line 602: -- Standard call to check for call compatibility.

598: AND PVPP.partner_id = PORG.party_id
599: AND PVPP.SALES_PARTNER_FLAG = 'Y';
600:
601: begin
602: -- Standard call to check for call compatibility.
603: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
604: p_api_version_number,
605: l_api_name,
606: G_PKG_NAME) THEN

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

739: IF FND_API.To_Boolean ( p_commit ) THEN
740: COMMIT WORK;
741: END IF;
742:
743: -- Standard call to get message count and if count is 1, get message info.
744: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
745: p_count => x_msg_count,
746: p_data => x_msg_data);
747: EXCEPTION

Line 910: -- Standard call to check for call compatibility.

906: AND b.primary_address_flag = 'Y';
907:
908: BEGIN
909:
910: -- Standard call to check for call compatibility.
911: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
912: p_api_version_number,
913: l_api_name,
914: G_PKG_NAME)

Line 1502: -- Standard call to check for call compatibility.

1498: FROM hz_parties
1499: WHERE party_id = pc_party_id;
1500:
1501: BEGIN
1502: -- Standard call to check for call compatibility.
1503: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
1504: p_api_version_number,
1505: l_api_name,
1506: G_PKG_NAME)

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

1549: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1550: RAISE FND_API.G_EXC_ERROR;
1551: END IF;
1552:
1553: -- Standard call to get message count and if count is 1, get message info.
1554: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1555: p_count => x_msg_count,
1556: p_data => x_msg_data);
1557:

Line 1794: -- Standard call to check for call compatibility.

1790:
1791:
1792: BEGIN
1793:
1794: -- Standard call to check for call compatibility.
1795: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
1796: p_api_version_number,
1797: l_api_name,
1798: G_PKG_NAME)

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

2037:
2038: END IF; -- If Assignment has been started
2039: CLOSE lc_assign_ids;
2040:
2041: -- Standard call to get message count and if count is 1, get message info.
2042: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2043: p_count => x_msg_count,
2044: p_data => x_msg_data);
2045: