DBA Data[Home] [Help]

APPS.FEM_BUSINESS_RULE_PVT dependencies on STANDARD

Line 433: -- Standard Start of API Savepoint

429:
430:
431: BEGIN
432:
433: -- Standard Start of API Savepoint
434: savepoint DeleteObjectDefinition_PVT;
435:
436: -- Standard call to check for call compatibility
437: if not FND_API.Compatible_API_Call (

Line 436: -- Standard call to check for call compatibility

432:
433: -- Standard Start of API Savepoint
434: savepoint DeleteObjectDefinition_PVT;
435:
436: -- Standard call to check for call compatibility
437: if not FND_API.Compatible_API_Call (
438: p_current_version_number => l_api_version
439: ,p_caller_version_number => p_api_version
440: ,p_api_name => l_api_name

Line 703: -- Standard check of p_commit

699:
700: -----------------------
701: -- Finalize API Call --
702: -----------------------
703: -- Standard check of p_commit
704: if FND_API.To_Boolean(p_commit) then
705: commit work;
706: end if;
707:

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

704: if FND_API.To_Boolean(p_commit) then
705: commit work;
706: end if;
707:
708: -- Standard call to get message count and if count is 1, get message info
709: FND_MSG_PUB.Count_And_Get (
710: p_count => x_msg_count
711: ,p_data => x_msg_data
712: );

Line 833: -- Standard Start of API Savepoint

829: l_api_version constant number := 1.0;
830:
831: BEGIN
832:
833: -- Standard Start of API Savepoint
834: savepoint DuplicateObjectDefinition_PVT;
835:
836: -- Standard call to check for call compatibility
837: if not FND_API.Compatible_API_Call (

Line 836: -- Standard call to check for call compatibility

832:
833: -- Standard Start of API Savepoint
834: savepoint DuplicateObjectDefinition_PVT;
835:
836: -- Standard call to check for call compatibility
837: if not FND_API.Compatible_API_Call (
838: p_current_version_number => l_api_version
839: ,p_caller_version_number => p_api_version
840: ,p_api_name => l_api_name

Line 876: -- Standard check of p_commit

872:
873: -----------------------
874: -- Finalize API Call --
875: -----------------------
876: -- Standard check of p_commit
877: if FND_API.To_Boolean(p_commit) then
878: commit work;
879: end if;
880:

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

877: if FND_API.To_Boolean(p_commit) then
878: commit work;
879: end if;
880:
881: -- Standard call to get message count and if count is 1, get message info
882: FND_MSG_PUB.Count_And_Get (
883: p_count => x_msg_count
884: ,p_data => x_msg_data
885: );

Line 968: -- Standard Start of API Savepoint

964: l_old_approved_obj_def_id t_object_definition_id%TYPE;
965:
966: BEGIN
967:
968: -- Standard Start of API Savepoint
969: savepoint BackupObjectDefinition_PVT;
970:
971: -- Standard call to check for call compatibility
972: if not FND_API.Compatible_API_Call (

Line 971: -- Standard call to check for call compatibility

967:
968: -- Standard Start of API Savepoint
969: savepoint BackupObjectDefinition_PVT;
970:
971: -- Standard call to check for call compatibility
972: if not FND_API.Compatible_API_Call (
973: p_current_version_number => l_api_version
974: ,p_caller_version_number => p_api_version
975: ,p_api_name => l_api_name

Line 1029: -- Standard check of p_commit

1025:
1026: -----------------------
1027: -- Finalize API Call --
1028: -----------------------
1029: -- Standard check of p_commit
1030: if FND_API.To_Boolean(p_commit) then
1031: commit work;
1032: end if;
1033:

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

1030: if FND_API.To_Boolean(p_commit) then
1031: commit work;
1032: end if;
1033:
1034: -- Standard call to get message count and if count is 1, get message info
1035: FND_MSG_PUB.Count_And_Get (
1036: p_count => x_msg_count
1037: ,p_data => x_msg_data
1038: );

Line 1124: -- Standard Start of API Savepoint

1120: l_overlap_exists boolean;
1121:
1122: BEGIN
1123:
1124: -- Standard Start of API Savepoint
1125: savepoint RevertObjectDefinition_PVT;
1126:
1127: -- Standard call to check for call compatibility
1128: if not FND_API.Compatible_API_Call (

Line 1127: -- Standard call to check for call compatibility

1123:
1124: -- Standard Start of API Savepoint
1125: savepoint RevertObjectDefinition_PVT;
1126:
1127: -- Standard call to check for call compatibility
1128: if not FND_API.Compatible_API_Call (
1129: p_current_version_number => l_api_version
1130: ,p_caller_version_number => p_api_version
1131: ,p_api_name => l_api_name

Line 1226: -- Standard check of p_commit

1222:
1223: -----------------------
1224: -- Finalize API Call --
1225: -----------------------
1226: -- Standard check of p_commit
1227: if FND_API.To_Boolean(p_commit) then
1228: commit work;
1229: end if;
1230:

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

1227: if FND_API.To_Boolean(p_commit) then
1228: commit work;
1229: end if;
1230:
1231: -- Standard call to get message count and if count is 1, get message info
1232: FND_MSG_PUB.Count_And_Get (
1233: p_count => x_msg_count
1234: ,p_data => x_msg_data
1235: );

Line 1336: -- Standard Start of API Savepoint

1332: and old_approved_copy_flag = G_CURRENT_COPY;
1333:
1334: BEGIN
1335:
1336: -- Standard Start of API Savepoint
1337: savepoint DeleteObject_PVT;
1338:
1339: -- Standard call to check for call compatibility
1340: if not FND_API.Compatible_API_Call (

Line 1339: -- Standard call to check for call compatibility

1335:
1336: -- Standard Start of API Savepoint
1337: savepoint DeleteObject_PVT;
1338:
1339: -- Standard call to check for call compatibility
1340: if not FND_API.Compatible_API_Call (
1341: p_current_version_number => l_api_version
1342: ,p_caller_version_number => p_api_version
1343: ,p_api_name => l_api_name

Line 1464: -- Standard check of p_commit

1460:
1461: -----------------------
1462: -- Finalize API Call --
1463: -----------------------
1464: -- Standard check of p_commit
1465: if FND_API.To_Boolean(p_commit) then
1466: commit work;
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 work;
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_count => x_msg_count
1472: ,p_data => x_msg_data
1473: );

Line 1617: -- Standard Start of API Savepoint

1613: l_msg_data t_msg_data%TYPE;
1614:
1615: BEGIN
1616:
1617: -- Standard Start of API Savepoint
1618: savepoint DuplicateObject_PVT;
1619:
1620: -- Standard call to check for call compatibility
1621: if not FND_API.Compatible_API_Call (

Line 1620: -- Standard call to check for call compatibility

1616:
1617: -- Standard Start of API Savepoint
1618: savepoint DuplicateObject_PVT;
1619:
1620: -- Standard call to check for call compatibility
1621: if not FND_API.Compatible_API_Call (
1622: p_current_version_number => l_api_version
1623: ,p_caller_version_number => p_api_version
1624: ,p_api_name => l_api_name

Line 1778: -- Standard check of p_commit

1774:
1775: -----------------------
1776: -- Finalize API Call --
1777: -----------------------
1778: -- Standard check of p_commit
1779: if FND_API.To_Boolean(p_commit) then
1780: commit work;
1781: end if;
1782:

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

1779: if FND_API.To_Boolean(p_commit) then
1780: commit work;
1781: end if;
1782:
1783: -- Standard call to get message count and if count is 1, get message info
1784: FND_MSG_PUB.Count_And_Get (
1785: p_count => x_msg_count
1786: ,p_data => x_msg_data
1787: );

Line 1874: -- Standard Start of API Savepoint

1870: l_api_version constant number := 1.0;
1871:
1872: BEGIN
1873:
1874: -- Standard Start of API Savepoint
1875: savepoint DuplicateObjectDetails_PVT;
1876:
1877: -- Standard call to check for call compatibility
1878: if not FND_API.Compatible_API_Call (

Line 1877: -- Standard call to check for call compatibility

1873:
1874: -- Standard Start of API Savepoint
1875: savepoint DuplicateObjectDetails_PVT;
1876:
1877: -- Standard call to check for call compatibility
1878: if not FND_API.Compatible_API_Call (
1879: p_current_version_number => l_api_version
1880: ,p_caller_version_number => p_api_version
1881: ,p_api_name => l_api_name

Line 1914: -- Standard check of p_commit

1910:
1911: -----------------------
1912: -- Finalize API Call --
1913: -----------------------
1914: -- Standard check of p_commit
1915: if FND_API.To_Boolean(p_commit) then
1916: commit work;
1917: end if;
1918:

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

1915: if FND_API.To_Boolean(p_commit) then
1916: commit work;
1917: end if;
1918:
1919: -- Standard call to get message count and if count is 1, get message info
1920: FND_MSG_PUB.Count_And_Get (
1921: p_count => x_msg_count
1922: ,p_data => x_msg_data
1923: );

Line 2006: -- Standard call to check for call compatibility

2002: l_api_version constant number := 1.0;
2003:
2004: BEGIN
2005:
2006: -- Standard call to check for call compatibility
2007: if not FND_API.Compatible_API_Call (
2008: p_current_version_number => l_api_version
2009: ,p_caller_version_number => p_api_version
2010: ,p_api_name => l_api_name

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

2040:
2041: -----------------------
2042: -- Finalize API Call --
2043: -----------------------
2044: -- Standard call to get message count and if count is 1, get message info
2045: FND_MSG_PUB.Count_And_Get (
2046: p_count => x_msg_count
2047: ,p_data => x_msg_data
2048: );

Line 2199: -- Standard call to check for call compatibility

2195: and typ.object_type_code = obj.object_type_code;
2196:
2197: BEGIN
2198:
2199: -- Standard call to check for call compatibility
2200: if not FND_API.Compatible_API_Call (
2201: p_current_version_number => l_api_version
2202: ,p_caller_version_number => p_api_version
2203: ,p_api_name => l_api_name

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

2239:
2240: -----------------------
2241: -- Finalize API Call --
2242: -----------------------
2243: -- Standard call to get message count and if count is 1, get message info
2244: FND_MSG_PUB.Count_And_Get (
2245: p_count => x_msg_count
2246: ,p_data => x_msg_data
2247: );

Line 2337: -- Standard call to check for call compatibility

2333: and obj.object_id = def.object_id;
2334:
2335: BEGIN
2336:
2337: -- Standard call to check for call compatibility
2338: if not FND_API.Compatible_API_Call (
2339: p_current_version_number => l_api_version
2340: ,p_caller_version_number => p_api_version
2341: ,p_api_name => l_api_name

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

2375:
2376: -----------------------
2377: -- Finalize API Call --
2378: -----------------------
2379: -- Standard call to get message count and if count is 1, get message info
2380: FND_MSG_PUB.Count_And_Get (
2381: p_count => x_msg_count
2382: ,p_data => x_msg_data
2383: );