DBA Data[Home] [Help]

APPS.PV_PROCESS_RULE_PVT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: l_api_version_number CONSTANT NUMBER := 2.0;
47: l_return_status_full VARCHAR2(1);
48: l_access_flag VARCHAR2(1);
49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT CREATE_PROCESS_RULE_PVT;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT CREATE_PROCESS_RULE_PVT;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
55: p_api_version_number,
56: l_api_name,
57: G_PKG_NAME)

Line 239: -- Standard check for p_commit

235: --
236: -- End of API body
237: --
238:
239: -- Standard check for p_commit
240: IF FND_API.to_Boolean( p_commit )
241: THEN
242: COMMIT WORK;
243: END IF;

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

249: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
250: END IF;
251:
252:
253: -- Standard call to get message count and if count is 1, get message info.
254: FND_MSG_PUB.Count_And_Get
255: ( p_count => x_msg_count,
256: p_data => x_msg_data
257: );

Line 321: -- Standard Start of API savepoint

317: -- Local Variables
318: l_ref_PROCESS_RULE_rec PV_RULE_RECTYPE_PUB.RULES_REC_TYPE;
319: l_tar_PROCESS_RULE_rec PV_RULE_RECTYPE_PUB.RULES_REC_TYPE := P_PROCESS_RULE_Rec;
320: BEGIN
321: -- Standard Start of API savepoint
322: SAVEPOINT UPDATE_PROCESS_RULE_PVT;
323:
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

320: BEGIN
321: -- Standard Start of API savepoint
322: SAVEPOINT UPDATE_PROCESS_RULE_PVT;
323:
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
326: p_api_version_number,
327: l_api_name,
328: G_PKG_NAME)

Line 535: -- Standard check for p_commit

531: --
532: -- End of API body.
533: --
534:
535: -- Standard check for p_commit
536: IF FND_API.to_Boolean( p_commit )
537: THEN
538: COMMIT WORK;
539: END IF;

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

545: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
546: END IF;
547:
548:
549: -- Standard call to get message count and if count is 1, get message info.
550: FND_MSG_PUB.Count_And_Get
551: ( p_count => x_msg_count,
552: p_data => x_msg_data
553: );

Line 695: -- Standard Start of API savepoint

691: l_process_rule_id NUMBER;
692:
693:
694: BEGIN
695: -- Standard Start of API savepoint
696: SAVEPOINT DELETE_PROCESS_RULE_PVT;
697:
698: -- Standard call to check for call compatibility.
699: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

694: BEGIN
695: -- Standard Start of API savepoint
696: SAVEPOINT DELETE_PROCESS_RULE_PVT;
697:
698: -- Standard call to check for call compatibility.
699: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
700: p_api_version_number,
701: l_api_name,
702: G_PKG_NAME)

Line 950: -- Standard check for p_commit

946: end;
947:
948: -- END OF CHILD RULE DELETION
949:
950: -- Standard check for p_commit
951: IF FND_API.to_Boolean( p_commit )
952: THEN
953: COMMIT WORK;
954: END IF;

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

960: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
961: END IF;
962:
963:
964: -- Standard call to get message count and if count is 1, get message info.
965: FND_MSG_PUB.Count_And_Get
966: ( p_count => x_msg_count,
967: p_data => x_msg_data
968: );

Line 1102: -- Standard Start of API savepoint

1098: l_parent_rule_id_tbl NUMBER_TABLE;
1099: l_parent_rule_id_index NUMBER :=1;
1100:
1101: BEGIN
1102: -- Standard Start of API savepoint
1103: SAVEPOINT COPY_PROCESS_RULE_PVT;
1104:
1105: -- Standard call to check for call compatibility.
1106: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1101: BEGIN
1102: -- Standard Start of API savepoint
1103: SAVEPOINT COPY_PROCESS_RULE_PVT;
1104:
1105: -- Standard call to check for call compatibility.
1106: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1107: p_api_version_number,
1108: l_api_name,
1109: G_PKG_NAME)

Line 1296: -- Standard check for p_commit

1292: --
1293: -- End of API body
1294: --
1295:
1296: -- Standard check for p_commit
1297: IF FND_API.to_Boolean( p_commit )
1298: THEN
1299: COMMIT WORK;
1300: END IF;

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

1306: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
1307: END IF;
1308:
1309:
1310: -- Standard call to get message count and if count is 1, get message info.
1311: FND_MSG_PUB.Count_And_Get
1312: ( p_count => x_msg_count,
1313: p_data => x_msg_data
1314: );

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

1432: CLOSE C_Process_Rule_Id_Exists;
1433: END IF;
1434: END IF;
1435:
1436: -- Standard call to get message count and if count is 1, get message info.
1437: FND_MSG_PUB.Count_And_Get
1438: ( p_count => x_msg_count,
1439: p_data => x_msg_data
1440: );

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

1489: END IF;
1490: CLOSE C_Check_Resource_Id;
1491: END IF;
1492:
1493: -- Standard call to get message count and if count is 1, get message info.
1494: FND_MSG_PUB.Count_And_Get
1495: ( p_count => x_msg_count,
1496: p_data => x_msg_data
1497: );

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

1547: END IF;
1548: CLOSE C_Currency_Exists;
1549: END IF;
1550:
1551: -- Standard call to get message count and if count is 1, get message info.
1552: FND_MSG_PUB.Count_And_Get
1553: ( p_count => x_msg_count,
1554: p_data => x_msg_data
1555: );

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

1629: CLOSE lc_chk_criterion_dups;
1630: END IF;
1631: END IF;
1632:
1633: -- Standard call to get message count and if count is 1, get message info.
1634: FND_MSG_PUB.Count_And_Get
1635: ( p_count => x_msg_count,
1636: p_data => x_msg_data
1637: );

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

1677: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'Private API: - Close Cursor');
1678: END IF;
1679: END IF;
1680:
1681: -- Standard call to get message count and if count is 1, get message info.
1682: FND_MSG_PUB.Count_And_Get
1683: ( p_count => x_msg_count,
1684: p_data => x_msg_data
1685: );

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

1719: IF (AS_DEBUG_HIGH_ON) THEN
1720: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'Private API: - Close Cursor');
1721: END IF;
1722: END IF;
1723: -- Standard call to get message count and if count is 1, get message info.
1724: FND_MSG_PUB.Count_And_Get
1725: ( p_count => x_msg_count,
1726: p_data => x_msg_data
1727: );

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

1815: RAISE FND_API.G_EXC_ERROR;
1816: END IF;
1817: END IF;
1818:
1819: -- Standard call to get message count and if count is 1, get message info.
1820: FND_MSG_PUB.Count_And_Get
1821: ( p_count => x_msg_count,
1822: p_data => x_msg_data
1823: );