DBA Data[Home] [Help]

APPS.OZF_TRACING_ORDER_PVT dependencies on FND_MSG_PUB

Line 20: OZF_DEBUG_HIGH_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);

16:
17: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_TRACING_ORDER_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(30) := 'ozfvoctrb.pls';
19:
20: OZF_DEBUG_HIGH_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
21: OZF_DEBUG_LOW_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
22:
23: ---------------------------------------------------------------------
24: -- PROCEDURE

Line 21: OZF_DEBUG_LOW_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);

17: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_TRACING_ORDER_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(30) := 'ozfvoctrb.pls';
19:
20: OZF_DEBUG_HIGH_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
21: OZF_DEBUG_LOW_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
22:
23: ---------------------------------------------------------------------
24: -- PROCEDURE
25: -- Initiate_payment

Line 228: FND_MSG_PUB.initialize;

224: END IF;
225:
226: --Initialize message list if p_init_msg_list is TRUE.
227: IF FND_API.To_Boolean (p_init_msg_list) THEN
228: FND_MSG_PUB.initialize;
229: END IF;
230:
231: -- Debug Message
232: IF OZF_DEBUG_HIGH_ON THEN

Line 753: FND_MSG_PUB.Count_And_Get (

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
757: );

Line 763: FND_MSG_PUB.Count_And_Get (

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
767: );

Line 773: FND_MSG_PUB.Count_And_Get (

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
777: );

Line 783: FND_MSG_PUB.Count_And_Get (

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
787: );

Line 848: FND_MSG_PUB.initialize;

844: END IF;
845:
846: --Initialize message list if p_init_msg_list is TRUE.
847: IF FND_API.To_Boolean (p_init_msg_list) THEN
848: FND_MSG_PUB.initialize;
849: END IF;
850:
851: -- Initialize API return status to sucess
852: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 912: FND_MSG_PUB.Count_And_Get (

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
916: );

Line 921: FND_MSG_PUB.Count_And_Get (

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
925: );

Line 929: FND_MSG_PUB.Count_And_Get (

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
933: );

Line 938: FND_MSG_PUB.Count_And_Get (

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
942: );

Line 1054: FND_MSG_PUB.initialize;

1050: END IF;
1051:
1052: --Initialize message list if p_init_msg_list is TRUE.
1053: IF FND_API.To_Boolean (p_init_msg_list) THEN
1054: FND_MSG_PUB.initialize;
1055: END IF;
1056:
1057: -- Initialize API return status to sucess
1058: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1300: FND_MSG_PUB.Count_And_Get (

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
1304: );

Line 1311: FND_MSG_PUB.Count_And_Get (

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
1315: );

Line 1321: FND_MSG_PUB.Count_And_Get (

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
1325: );

Line 1331: FND_MSG_PUB.Count_And_Get (

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
1335: );