DBA Data[Home] [Help]

APPS.OZF_OM_PAYMENT_PVT dependencies on OE_MSG_PUB

Line 712: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

708: ,x_action_request_tbl => l_x_action_request_tbl
709: );
710: IF l_return_status = FND_API.g_ret_sts_error THEN
711: FOR i in 1 .. l_oe_msg_count LOOP
712: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
713: , p_encoded => 'F'
714: );
715: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
716: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 722: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

718: END LOOP;
719: RAISE FND_API.g_exc_error;
720: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
721: FOR i in 1 .. l_oe_msg_count LOOP
722: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
723: , p_encoded => 'F'
724: );
725: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
726: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 854: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

850: ,x_action_request_tbl => l_x_action_request_tbl
851: );
852: IF l_return_status = FND_API.g_ret_sts_error THEN
853: FOR i in 1 .. l_oe_msg_count LOOP
854: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
855: , p_encoded => 'F'
856: );
857: FND_MESSAGE.SET_NAME('AMS', 'AMS_API_DEBUG_MESSAGE');
858: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 864: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

860: END LOOP;
861: RAISE FND_API.g_exc_error;
862: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
863: FOR i in 1 .. l_oe_msg_count LOOP
864: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
865: , p_encoded => 'F'
866: );
867: FND_MESSAGE.SET_NAME('AMS', 'AMS_API_DEBUG_MESSAGE');
868: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 1055: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

1051: ,x_action_request_tbl => l_x_action_request_tbl
1052: );
1053: IF l_x_action_request_tbl(1).request_type <> OE_GLOBALS.g_book_order THEN
1054: FOR i in 1 .. l_oe_msg_count LOOP
1055: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1056: , p_encoded => 'F'
1057: );
1058: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1059: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 1071: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

1067: RAISE FND_API.g_exc_error;
1068:
1069: ELSIF l_return_status = FND_API.g_ret_sts_error THEN
1070: FOR i in 1 .. l_oe_msg_count LOOP
1071: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1072: , p_encoded => 'F'
1073: );
1074: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1075: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

Line 1086: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i

1082: END IF;
1083: RAISE FND_API.g_exc_error;
1084: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
1085: FOR i in 1 .. l_oe_msg_count LOOP
1086: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1087: , p_encoded => 'F'
1088: );
1089: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1090: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);