DBA Data[Home] [Help]

APPS.OZF_OM_PAYMENT_PVT dependencies on OE_MSG_PUB

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

714: ,x_action_request_tbl => l_x_action_request_tbl
715: );
716: IF l_return_status = FND_API.g_ret_sts_error THEN
717: FOR i in 1 .. l_oe_msg_count LOOP
718: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
719: , p_encoded => 'F'
720: );
721: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
722: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

724: END LOOP;
725: RAISE FND_API.g_exc_error;
726: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
727: FOR i in 1 .. l_oe_msg_count LOOP
728: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
729: , p_encoded => 'F'
730: );
731: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
732: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

856: ,x_action_request_tbl => l_x_action_request_tbl
857: );
858: IF l_return_status = FND_API.g_ret_sts_error THEN
859: FOR i in 1 .. l_oe_msg_count LOOP
860: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
861: , p_encoded => 'F'
862: );
863: FND_MESSAGE.SET_NAME('AMS', 'AMS_API_DEBUG_MESSAGE');
864: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

866: END LOOP;
867: RAISE FND_API.g_exc_error;
868: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
869: FOR i in 1 .. l_oe_msg_count LOOP
870: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
871: , p_encoded => 'F'
872: );
873: FND_MESSAGE.SET_NAME('AMS', 'AMS_API_DEBUG_MESSAGE');
874: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

1057: ,x_action_request_tbl => l_x_action_request_tbl
1058: );
1059: IF l_x_action_request_tbl(1).request_type <> OE_GLOBALS.g_book_order THEN
1060: FOR i in 1 .. l_oe_msg_count LOOP
1061: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1062: , p_encoded => 'F'
1063: );
1064: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1065: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

1073: RAISE FND_API.g_exc_error;
1074:
1075: ELSIF l_return_status = FND_API.g_ret_sts_error THEN
1076: FOR i in 1 .. l_oe_msg_count LOOP
1077: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1078: , p_encoded => 'F'
1079: );
1080: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1081: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);

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

1088: END IF;
1089: RAISE FND_API.g_exc_error;
1090: ELSIF l_return_status = FND_API.g_ret_sts_unexp_error THEN
1091: FOR i in 1 .. l_oe_msg_count LOOP
1092: l_oe_msg_data := OE_MSG_PUB.get( p_msg_index => i
1093: , p_encoded => 'F'
1094: );
1095: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_DEBUG_MESSAGE');
1096: FND_MESSAGE.SET_TOKEN('TEXT', l_oe_msg_data);