DBA Data[Home] [Help]

APPS.OZF_TRACING_ORDER_PVT dependencies on STANDARD

Line 214: -- Standard begin of API savepoint

210: */
211: --Bug# 8489216 fixed by ateotia(-)
212:
213: BEGIN
214: -- Standard begin of API savepoint
215: SAVEPOINT TRAC_INITIATE_PAYMENT;
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call (
218: l_api_version,

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

212:
213: BEGIN
214: -- Standard begin of API savepoint
215: SAVEPOINT TRAC_INITIATE_PAYMENT;
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call (
218: l_api_version,
219: p_api_version,
220: l_api_name,

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

748: -- Debug Message
749: IF OZF_DEBUG_HIGH_ON THEN
750: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
751: END IF;
752: --Standard call to get message count and if count=1, get the message
753: FND_MSG_PUB.Count_And_Get (
754: p_encoded => FND_API.G_FALSE,
755: p_count => x_msg_count,
756: p_data => x_msg_data

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

758: x_return_status := l_return_status;
759: EXCEPTION
760: WHEN FND_API.G_EXC_ERROR THEN
761: x_return_status := FND_API.G_RET_STS_ERROR;
762: -- Standard call to get message count and if count=1, get the message
763: FND_MSG_PUB.Count_And_Get (
764: p_encoded => FND_API.G_FALSE,
765: p_count => x_msg_count,
766: p_data => x_msg_data

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

768: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
769: ROLLBACK TO TRAC_INITIATE_PAYMENT;
770: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
771:
772: -- Standard call to get message count and if count=1, get the message
773: FND_MSG_PUB.Count_And_Get (
774: p_encoded => FND_API.G_FALSE,
775: p_count => x_msg_count,
776: p_data => x_msg_data

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

778: WHEN OTHERS THEN
779: ROLLBACK TO TRAC_INITIATE_PAYMENT;
780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
781:
782: -- Standard call to get message count and if count=1, get the message
783: FND_MSG_PUB.Count_And_Get (
784: p_encoded => FND_API.G_FALSE,
785: p_count => x_msg_count,
786: p_data => x_msg_data

Line 830: -- Standard begin of API savepoint

826:
827: l_non_tracing_count NUMBER;
828:
829: BEGIN
830: -- Standard begin of API savepoint
831: -- Standard call to check for call compatibility.
832: IF NOT FND_API.Compatible_API_Call (
833: l_api_version,
834: p_api_version,

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

827: l_non_tracing_count NUMBER;
828:
829: BEGIN
830: -- Standard begin of API savepoint
831: -- Standard call to check for call compatibility.
832: IF NOT FND_API.Compatible_API_Call (
833: l_api_version,
834: p_api_version,
835: l_api_name,

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

907: -- Debug Message
908: IF OZF_DEBUG_HIGH_ON THEN
909: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
910: END IF;
911: --Standard call to get message count and if count=1, get the message
912: FND_MSG_PUB.Count_And_Get (
913: p_encoded => FND_API.G_FALSE,
914: p_count => x_msg_count,
915: p_data => x_msg_data

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

916: );
917: EXCEPTION
918: WHEN FND_API.G_EXC_ERROR THEN
919: x_return_status := FND_API.G_RET_STS_ERROR;
920: -- Standard call to get message count and if count=1, get the message
921: FND_MSG_PUB.Count_And_Get (
922: p_encoded => FND_API.G_FALSE,
923: p_count => x_msg_count,
924: p_data => x_msg_data

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

924: p_data => x_msg_data
925: );
926: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
927: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
928: -- Standard call to get message count and if count=1, get the message
929: FND_MSG_PUB.Count_And_Get (
930: p_encoded => FND_API.G_FALSE,
931: p_count => x_msg_count,
932: p_data => x_msg_data

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

933: );
934: WHEN OTHERS THEN
935: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
936:
937: -- Standard call to get message count and if count=1, get the message
938: FND_MSG_PUB.Count_And_Get (
939: p_encoded => FND_API.G_FALSE,
940: p_count => x_msg_count,
941: p_data => x_msg_data

Line 1035: -- Standard begin of API savepoint

1031: l_lines_invalid NUMBER;
1032: l_lines_duplicated NUMBER; --Bug# 8414563 fixed by ateotia
1033:
1034: BEGIN
1035: -- Standard begin of API savepoint
1036: SAVEPOINT PROCESS_TRAC_ORDER;
1037: -- Standard call to check for call compatibility.
1038: IF NOT FND_API.Compatible_API_Call (
1039: l_api_version,

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

1033:
1034: BEGIN
1035: -- Standard begin of API savepoint
1036: SAVEPOINT PROCESS_TRAC_ORDER;
1037: -- Standard call to check for call compatibility.
1038: IF NOT FND_API.Compatible_API_Call (
1039: l_api_version,
1040: p_api_version,
1041: l_api_name,

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

1295: -- Debug Message
1296: IF OZF_DEBUG_HIGH_ON THEN
1297: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
1298: END IF;
1299: --Standard call to get message count and if count=1, get the message
1300: FND_MSG_PUB.Count_And_Get (
1301: p_encoded => FND_API.G_FALSE,
1302: p_count => x_msg_count,
1303: p_data => x_msg_data

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

1306: EXCEPTION
1307: WHEN FND_API.G_EXC_ERROR THEN
1308: ROLLBACK TO PROCESS_TRAC_ORDER;
1309: x_return_status := FND_API.G_RET_STS_ERROR;
1310: -- Standard call to get message count and if count=1, get the message
1311: FND_MSG_PUB.Count_And_Get (
1312: p_encoded => FND_API.G_FALSE,
1313: p_count => x_msg_count,
1314: p_data => x_msg_data

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

1316: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1317: ROLLBACK TO PROCESS_TRAC_ORDER;
1318: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1319:
1320: -- Standard call to get message count and if count=1, get the message
1321: FND_MSG_PUB.Count_And_Get (
1322: p_encoded => FND_API.G_FALSE,
1323: p_count => x_msg_count,
1324: p_data => x_msg_data

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

1326: WHEN OTHERS THEN
1327: ROLLBACK TO PROCESS_TRAC_ORDER;
1328: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1329:
1330: -- Standard call to get message count and if count=1, get the message
1331: FND_MSG_PUB.Count_And_Get (
1332: p_encoded => FND_API.G_FALSE,
1333: p_count => x_msg_count,
1334: p_data => x_msg_data