DBA Data[Home] [Help]

APPS.OKC_PHI_PVT dependencies on OE_MSG_PUB

Line 1024: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1020:
1021: WHEN FND_API.G_EXC_ERROR THEN
1022: -- transferring error messages from QP to FND error stack
1023: FOR i in 1..x_msg_count LOOP
1024: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1025: p_encoded => 'F'
1026: );
1027:
1028: FND_MSG_PUB.Add_Exc_Msg (

Line 1063: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1059:
1060: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1061:
1062: FOR i in 1..x_msg_count LOOP
1063: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1064: p_encoded => 'F'
1065: );
1066:
1067: FND_MSG_PUB.Add_Exc_Msg (

Line 1103: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1099:
1100: WHEN OTHERS THEN
1101:
1102: FOR i in 1..x_msg_count LOOP
1103: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1104: p_encoded => 'F'
1105: );
1106:
1107: FND_MSG_PUB.Add_Exc_Msg (

Line 1349: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1345:
1346: WHEN FND_API.G_EXC_ERROR THEN
1347:
1348: FOR i in 1..x_msg_count LOOP
1349: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1350: p_encoded => 'F'
1351: );
1352:
1353: FND_MSG_PUB.Add_Exc_Msg (

Line 1381: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1377:
1378: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1379:
1380: FOR i in 1..x_msg_count LOOP
1381: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1382: p_encoded => 'F'
1383: );
1384:
1385: FND_MSG_PUB.Add_Exc_Msg (

Line 1414: x_msg_data := oe_msg_pub.get(p_msg_index => i,

1410:
1411: WHEN OTHERS THEN
1412:
1413: FOR i in 1..x_msg_count LOOP
1414: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1415: p_encoded => 'F'
1416: );
1417:
1418: FND_MSG_PUB.Add_Exc_Msg (