DBA Data[Home] [Help]

APPS.IBE_ADDRESS_V2PVT dependencies on STANDARD

Line 94: -- standard start of API savepoint

90: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
91: IBE_UTIL.debug('enter IBE_ADDRESS_V2PVT.create_address');
92: END IF;
93:
94: -- standard start of API savepoint
95: SAVEPOINT create_address_pvt;
96:
97: -- standard call to check for call compatibility
98: IF NOT FND_API.compatible_api_call(l_api_version,

Line 97: -- standard call to check for call compatibility

93:
94: -- standard start of API savepoint
95: SAVEPOINT create_address_pvt;
96:
97: -- standard call to check for call compatibility
98: IF NOT FND_API.compatible_api_call(l_api_version,
99: p_api_version,
100: l_api_name,
101: G_PKG_NAME)

Line 154: -- standard check of p_commit

150: and BILL_TO_PTY_SITE_ID is null;
151: end if;
152: --3639679 end
153:
154: -- standard check of p_commit
155: IF FND_API.to_boolean(p_commit) THEN
156: commit;
157: END IF;
158:

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

155: IF FND_API.to_boolean(p_commit) THEN
156: commit;
157: END IF;
158:
159: -- standard call to get message count and if count is 1, get message info
160: FND_MSG_PUB.count_and_get(
161: p_encoded => FND_API.G_FALSE,
162: p_count => x_msg_count,
163: p_data => x_msg_data

Line 290: -- standard start of API savepoint

286: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
287: IBE_UTIL.debug('enter IBE_ADDRESS_V2PVT.update_address');
288: END IF;
289:
290: -- standard start of API savepoint
291: SAVEPOINT update_address_pvt;
292:
293: -- standard call to check for call compatibility
294: IF NOT FND_API.compatible_api_call(l_api_version,

Line 293: -- standard call to check for call compatibility

289:
290: -- standard start of API savepoint
291: SAVEPOINT update_address_pvt;
292:
293: -- standard call to check for call compatibility
294: IF NOT FND_API.compatible_api_call(l_api_version,
295: p_api_version,
296: l_api_name,
297: G_PKG_NAME)

Line 729: -- standard check of p_commit

725:
726: END IF;
727:
728:
729: -- standard check of p_commit
730: IF FND_API.to_boolean(p_commit) THEN
731: commit;
732: END IF;
733:

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

730: IF FND_API.to_boolean(p_commit) THEN
731: commit;
732: END IF;
733:
734: -- standard call to get message count and if count is 1, get message info
735: FND_MSG_PUB.count_and_get(
736: p_encoded => FND_API.G_FALSE,
737: p_count => x_msg_count,
738: p_data => x_msg_data

Line 839: -- standard start of API savepoint

835: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
836: IBE_UTIL.debug('enter IBE_ADDRESS_V2PVT.delete_address');
837: END IF;
838:
839: -- standard start of API savepoint
840: SAVEPOINT delete_address_pvt;
841:
842: -- standard call to check for call compatibility
843: IF NOT FND_API.compatible_api_call(l_api_version,

Line 842: -- standard call to check for call compatibility

838:
839: -- standard start of API savepoint
840: SAVEPOINT delete_address_pvt;
841:
842: -- standard call to check for call compatibility
843: IF NOT FND_API.compatible_api_call(l_api_version,
844: p_api_version,
845: l_api_name,
846: G_PKG_NAME)

Line 914: -- standard check of p_commit

910: WHERE
911: BILL_TO_PTY_SITE_ID = p_party_site_id;
912:
913:
914: -- standard check of p_commit
915: IF FND_API.to_boolean(p_commit) THEN
916: commit;
917: END IF;
918:

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

915: IF FND_API.to_boolean(p_commit) THEN
916: commit;
917: END IF;
918:
919: -- standard call to get message count and if count is 1, get message info
920: FND_MSG_PUB.count_and_get(
921: p_encoded => FND_API.G_FALSE,
922: p_count => x_msg_count,
923: p_data => x_msg_data

Line 1037: -- standard start of API savepoint

1033: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1034: IBE_UTIL.debug('enter IBE_ADDRESS_V2PVT.set_primary_address');
1035: END IF;
1036:
1037: -- standard start of API savepoint
1038: SAVEPOINT set_address__usage_pvt;
1039:
1040: -- standard call to check for call compatibility
1041: IF NOT FND_API.compatible_api_call(l_api_version,

Line 1040: -- standard call to check for call compatibility

1036:
1037: -- standard start of API savepoint
1038: SAVEPOINT set_address__usage_pvt;
1039:
1040: -- standard call to check for call compatibility
1041: IF NOT FND_API.compatible_api_call(l_api_version,
1042: p_api_version,
1043: l_api_name,
1044: G_PKG_NAME)

Line 1122: -- standard check of p_commit

1118: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1119: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1120: END IF;
1121:
1122: -- standard check of p_commit
1123: IF FND_API.to_boolean(p_commit) THEN
1124: commit;
1125: END IF;
1126:

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

1123: IF FND_API.to_boolean(p_commit) THEN
1124: commit;
1125: END IF;
1126:
1127: -- standard call to get message count and if count is 1, get message info
1128: FND_MSG_PUB.count_and_get(
1129: p_encoded => FND_API.G_FALSE,
1130: p_count => x_msg_count,
1131: p_data => x_msg_data

Line 1380: -- standard start of API savepoint

1376:
1377:
1378:
1379:
1380: -- standard start of API savepoint
1381: SAVEPOINT get_primary_addr_id_pvt;
1382:
1383: -- standard call to check for call compatibility
1384: IF NOT FND_API.compatible_api_call(l_api_version,

Line 1383: -- standard call to check for call compatibility

1379:
1380: -- standard start of API savepoint
1381: SAVEPOINT get_primary_addr_id_pvt;
1382:
1383: -- standard call to check for call compatibility
1384: IF NOT FND_API.compatible_api_call(l_api_version,
1385: p_api_version,
1386: l_api_name,
1387: G_PKG_NAME)

Line 1464: -- standard check of p_commit

1460: x_party_site_id := null;
1461: end if;--p_get_org_prim_addr of loop
1462: end if;--getPrimAddrId cursor end
1463: x_return_status := FND_API.G_RET_STS_SUCCESS;
1464: -- standard check of p_commit
1465: IF FND_API.to_boolean(p_commit) THEN
1466: commit;
1467: END IF;
1468:

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

1465: IF FND_API.to_boolean(p_commit) THEN
1466: commit;
1467: END IF;
1468:
1469: -- standard call to get message count and if count is 1, get message info
1470: FND_MSG_PUB.count_and_get(
1471: p_encoded => FND_API.G_FALSE,
1472: p_count => x_msg_count,
1473: p_data => x_msg_data

Line 1530: -- standard start of API savepoint

1526: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1527: IBE_UTIL.debug('enter IBE_ADDRESS_V2PVT.get_primary_address');
1528: END IF;
1529:
1530: -- standard start of API savepoint
1531: SAVEPOINT get_primary_address_pvt;
1532:
1533: -- standard call to check for call compatibility
1534: IF NOT FND_API.compatible_api_call(l_api_version,

Line 1533: -- standard call to check for call compatibility

1529:
1530: -- standard start of API savepoint
1531: SAVEPOINT get_primary_address_pvt;
1532:
1533: -- standard call to check for call compatibility
1534: IF NOT FND_API.compatible_api_call(l_api_version,
1535: p_api_version,
1536: l_api_name,
1537: G_PKG_NAME)

Line 1575: -- standard check of p_commit

1571: END;
1572:
1573: x_return_status := FND_API.G_RET_STS_SUCCESS;
1574:
1575: -- standard check of p_commit
1576: IF FND_API.to_boolean(p_commit) THEN
1577: commit;
1578: END IF;
1579:

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

1576: IF FND_API.to_boolean(p_commit) THEN
1577: commit;
1578: END IF;
1579:
1580: -- standard call to get message count and if count is 1, get message info
1581: FND_MSG_PUB.count_and_get(
1582: p_encoded => FND_API.G_FALSE,
1583: p_count => x_msg_count,
1584: p_data => x_msg_data

Line 1952: --IBE_UTIL.debug('sysparm.org_id = ' || to_char(arp_standard.sysparm.org_id));

1948:
1949: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1950: IBE_UTIL.debug('Current user org id = ' || l_org_id);
1951: IBE_UTIL.debug('=== Checking system parameters ===');
1952: --IBE_UTIL.debug('sysparm.org_id = ' || to_char(arp_standard.sysparm.org_id));
1953: --IBE_UTIL.debug('sysparm.default_country = ' || arp_standard.sysparm.default_country);
1954: IBE_UTIL.debug('country = ' || p_location.country);
1955: IBE_UTIL.debug('address1 = ' || p_location.address1);
1956: IBE_UTIL.debug('city = ' || p_location.city);

Line 1953: --IBE_UTIL.debug('sysparm.default_country = ' || arp_standard.sysparm.default_country);

1949: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1950: IBE_UTIL.debug('Current user org id = ' || l_org_id);
1951: IBE_UTIL.debug('=== Checking system parameters ===');
1952: --IBE_UTIL.debug('sysparm.org_id = ' || to_char(arp_standard.sysparm.org_id));
1953: --IBE_UTIL.debug('sysparm.default_country = ' || arp_standard.sysparm.default_country);
1954: IBE_UTIL.debug('country = ' || p_location.country);
1955: IBE_UTIL.debug('address1 = ' || p_location.address1);
1956: IBE_UTIL.debug('city = ' || p_location.city);
1957: IBE_UTIL.debug('county = ' || p_location.county);

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

2317: BEGIN
2318:
2319: --IBE_UTIL.enable_debug();
2320:
2321: -- Standard call to check for call compatibility.
2322: IF NOT FND_API.Compatible_API_Call(l_api_version,
2323: p_api_version,
2324: l_api_name,
2325: G_PKG_NAME)