DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on STANDARD

Line 285: -- Standard Start of API savepoint

281: BEGIN
282:
283:
284: ---------------Initialize --------------------
285: -- Standard Start of API savepoint
286: SAVEPOINT PV_PROCESS_ORDER;
287:
288: -- Initialize message list if p_init_msg_list is set to TRUE.
289: IF FND_API.to_Boolean( p_init_msg_list )

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

290: THEN
291: FND_MSG_PUB.initialize;
292: END IF;
293:
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.Compatible_API_Call (
296: l_api_version_number
297: ,p_api_version_number
298: ,l_api_name

Line 732: -- Standard call to get message count and if count=1, get the message

728:
729: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
730: ROLLBACK TO PV_PROCESS_ORDER;
731: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
732: -- Standard call to get message count and if count=1, get the message
733: FND_MSG_PUB.Count_And_Get (
734: p_encoded => FND_API.G_FALSE
735: ,p_count => x_msg_count
736: ,p_data => x_msg_data

Line 799: -- Standard Start of API savepoint

795:
796: BEGIN
797:
798: ---------------Initialize --------------------
799: -- Standard Start of API savepoint
800: SAVEPOINT ENRQ_PROCESS_ORDER;
801:
802: -- Initialize message list if p_init_msg_list is set to TRUE.
803: IF FND_API.to_Boolean( p_init_msg_list )

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

804: THEN
805: FND_MSG_PUB.initialize;
806: END IF;
807:
808: -- Standard call to check for call compatibility.
809: IF NOT FND_API.Compatible_API_Call (
810: l_api_version_number
811: ,p_api_version_number
812: ,l_api_name

Line 943: -- Standard call to get message count and if count=1, get the message

939:
940: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
941: ROLLBACK TO ENRQ_PROCESS_ORDER;
942: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
943: -- Standard call to get message count and if count=1, get the message
944: FND_MSG_PUB.Count_And_Get (
945: p_encoded => FND_API.G_FALSE
946: ,p_count => x_msg_count
947: ,p_data => x_msg_data

Line 1003: -- Standard Start of API savepoint

999:
1000: BEGIN
1001:
1002: ---------------Initialize --------------------
1003: -- Standard Start of API savepoint
1004: SAVEPOINT PRGM_PROCESS_ORDER;
1005:
1006: -- Initialize message list if p_init_msg_list is set to TRUE.
1007: IF FND_API.to_Boolean( p_init_msg_list )

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

1008: THEN
1009: FND_MSG_PUB.initialize;
1010: END IF;
1011:
1012: -- Standard call to check for call compatibility.
1013: IF NOT FND_API.Compatible_API_Call (
1014: l_api_version_number
1015: ,p_api_version_number
1016: ,l_api_name

Line 1132: -- Standard call to get message count and if count=1, get the message

1128:
1129: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1130: ROLLBACK TO PRGM_PROCESS_ORDER;
1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1132: -- Standard call to get message count and if count=1, get the message
1133: FND_MSG_PUB.Count_And_Get (
1134: p_encoded => FND_API.G_FALSE
1135: ,p_count => x_msg_count
1136: ,p_data => x_msg_data

Line 1202: -- Standard Start of API savepoint

1198: BEGIN
1199:
1200:
1201: ---------------Initialize --------------------
1202: -- Standard Start of API savepoint
1203: SAVEPOINT BOOK_ORDER;
1204:
1205: -- Initialize message list if p_init_msg_list is set to TRUE.
1206: IF FND_API.to_Boolean( p_init_msg_list )

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

1207: THEN
1208: FND_MSG_PUB.initialize;
1209: END IF;
1210:
1211: -- Standard call to check for call compatibility.
1212: IF NOT FND_API.Compatible_API_Call (
1213: l_api_version_number
1214: ,p_api_version_number
1215: ,l_api_name

Line 1337: -- Standard call to get message count and if count=1, get the message

1333:
1334: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1335: ROLLBACK TO BOOK_ORDER;
1336: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1337: -- Standard call to get message count and if count=1, get the message
1338: FND_MSG_PUB.Count_And_Get (
1339: p_encoded => FND_API.G_FALSE
1340: ,p_count => x_msg_count
1341: ,p_data => x_msg_data

Line 1405: -- Standard Start of API savepoint

1401: BEGIN
1402:
1403:
1404: ---------------Initialize --------------------
1405: -- Standard Start of API savepoint
1406: SAVEPOINT cancel_ORDER;
1407:
1408: -- Initialize message list if p_init_msg_list is set to TRUE.
1409: IF FND_API.to_Boolean( p_init_msg_list )

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

1410: THEN
1411: FND_MSG_PUB.initialize;
1412: END IF;
1413:
1414: -- Standard call to check for call compatibility.
1415: IF NOT FND_API.Compatible_API_Call (
1416: l_api_version_number
1417: ,p_api_version_number
1418: ,l_api_name

Line 1547: -- Standard call to get message count and if count=1, get the message

1543:
1544: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1545: ROLLBACK TO cancel_ORDER;
1546: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1547: -- Standard call to get message count and if count=1, get the message
1548: FND_MSG_PUB.Count_And_Get (
1549: p_encoded => FND_API.G_FALSE
1550: ,p_count => x_msg_count
1551: ,p_data => x_msg_data

Line 1598: -- Standard Start of API savepoint

1594: BEGIN
1595:
1596:
1597: ---------------Initialize --------------------
1598: -- Standard Start of API savepoint
1599: SAVEPOINT ENRQ_cancel_ORDER;
1600:
1601: -- Initialize message list if p_init_msg_list is set to TRUE.
1602: IF FND_API.to_Boolean( p_init_msg_list )

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

1603: THEN
1604: FND_MSG_PUB.initialize;
1605: END IF;
1606:
1607: -- Standard call to check for call compatibility.
1608: IF NOT FND_API.Compatible_API_Call (
1609: l_api_version_number
1610: ,p_api_version_number
1611: ,l_api_name

Line 1673: -- Standard call to get message count and if count=1, get the message

1669:
1670: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1671: ROLLBACK TO ENRQ_cancel_ORDER;
1672: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1673: -- Standard call to get message count and if count=1, get the message
1674: FND_MSG_PUB.Count_And_Get (
1675: p_encoded => FND_API.G_FALSE
1676: ,p_count => x_msg_count
1677: ,p_data => x_msg_data

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

1833: THEN
1834: FND_MSG_PUB.initialize;
1835: END IF;
1836:
1837: -- Standard call to check for call compatibility.
1838: IF NOT FND_API.Compatible_API_Call (
1839: l_api_version_number
1840: ,p_api_version_number
1841: ,l_api_name

Line 2518: -- Standard call to get message count and if count=1, get the message

2514:
2515: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2516: ROLLBACK;
2517: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2518: -- Standard call to get message count and if count=1, get the message
2519: FND_MSG_PUB.Count_And_Get (
2520: p_encoded => FND_API.G_FALSE
2521: ,p_count => x_msg_count
2522: ,p_data => x_msg_data

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

2616: THEN
2617: FND_MSG_PUB.initialize;
2618: END IF;
2619:
2620: -- Standard call to check for call compatibility.
2621: IF NOT FND_API.Compatible_API_Call (
2622: l_api_version_number
2623: ,p_api_version_number
2624: ,l_api_name

Line 3014: -- Standard call to get message count and if count=1, get the message

3010:
3011: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3012: ROLLBACK;
3013: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3014: -- Standard call to get message count and if count=1, get the message
3015: FND_MSG_PUB.Count_And_Get (
3016: p_encoded => FND_API.G_FALSE
3017: ,p_count => x_msg_count
3018: ,p_data => x_msg_data

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

3102: THEN
3103: FND_MSG_PUB.initialize;
3104: END IF;
3105:
3106: -- Standard call to check for call compatibility.
3107: IF NOT FND_API.Compatible_API_Call (
3108: l_api_version_number
3109: ,p_api_version_number
3110: ,l_api_name

Line 3329: -- Standard call to get message count and if count=1, get the message

3325:
3326: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3327: ROLLBACK;
3328: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3329: -- Standard call to get message count and if count=1, get the message
3330: FND_MSG_PUB.Count_And_Get (
3331: p_encoded => FND_API.G_FALSE
3332: ,p_count => x_msg_count
3333: ,p_data => x_msg_data