DBA Data[Home] [Help]

APPS.OE_MASS_CHANGE_PVT dependencies on OE_MSG_PUB

Line 302: OE_MSG_PUB.initialize;

298: /*j := 1;
299: initial := 1;
300: nextpos := INSTR(p_record_ids,',',1,j) ;
301: */
302: OE_MSG_PUB.initialize;
303: --MOAC PI
304: IS_MASS_CHANGE := 'T'; -- Added for cascading header changes ER 7509356
305: FOR i IN p_sel_rec_tbl.first..p_sel_rec_tbl.last LOOP
306: --{

Line 941: OE_MSG_PUB.Count_And_Get

937: G_ERROR_COUNT := G_ERROR_COUNT + 1;
938:
939: l_error_count := l_error_count + 1;
940: p_error_count := l_error_count;
941: OE_MSG_PUB.Count_And_Get
942: ( p_count => p_msg_count,
943: p_data => p_msg_data
944: );
945: if l_mc_err_handling_flag in (EXIT_FIRST_ERROR,SKIP_CONTINUE) then

Line 957: OE_MSG_PUB.Count_And_Get

953: -- loop exception handling
954: Exception
955: WHEN FND_API.G_EXC_ERROR THEN
956: p_return_status := FND_API.G_RET_STS_ERROR ;
957: OE_MSG_PUB.Count_And_Get
958: ( p_count => p_msg_count,
959: p_data => p_msg_data
960: );
961: l_error_count := l_error_count + 1;

Line 973: OE_MSG_PUB.Count_And_Get

969: end if;
970:
971: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
972: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
973: OE_MSG_PUB.Count_And_Get
974: ( p_count => p_msg_count,
975: p_data => p_msg_data
976: );
977: l_error_count := l_error_count + 1;

Line 990: IF OE_MSG_PUB.Check_Msg_Level

986:
987:
988: WHEN OTHERS THEN
989: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
990: IF OE_MSG_PUB.Check_Msg_Level
991: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
992: THEN
993: OE_MSG_PUB.Add_Exc_Msg
994: (G_PKG_NAME,l_api_name

Line 991: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

987:
988: WHEN OTHERS THEN
989: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
990: IF OE_MSG_PUB.Check_Msg_Level
991: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
992: THEN
993: OE_MSG_PUB.Add_Exc_Msg
994: (G_PKG_NAME,l_api_name
995: );

Line 993: OE_MSG_PUB.Add_Exc_Msg

989: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
990: IF OE_MSG_PUB.Check_Msg_Level
991: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
992: THEN
993: OE_MSG_PUB.Add_Exc_Msg
994: (G_PKG_NAME,l_api_name
995: );
996: END IF;
997: OE_MSG_PUB.Count_And_Get

Line 997: OE_MSG_PUB.Count_And_Get

993: OE_MSG_PUB.Add_Exc_Msg
994: (G_PKG_NAME,l_api_name
995: );
996: END IF;
997: OE_MSG_PUB.Count_And_Get
998: ( p_count => p_msg_count,
999: p_data => p_msg_data);
1000: l_error_count := l_error_count + 1;
1001: p_error_count := l_error_count;

Line 1065: OE_MSG_PUB.Count_and_Get(

1061:
1062: -- Bug 1809955
1063: -- Display any errors/messages that were caused
1064: -- as a result of the delayed request execution
1065: OE_MSG_PUB.Count_and_Get(
1066: p_count => p_msg_count,
1067: p_data => p_msg_data
1068: );
1069:

Line 1109: OE_MSG_PUB.Count_And_Get

1105: WHEN FND_API.G_EXC_ERROR THEN
1106: l_error_count := l_error_count + 1;
1107: p_error_count := l_error_count;
1108: p_return_status := FND_API.G_RET_STS_ERROR ;
1109: OE_MSG_PUB.Count_And_Get
1110: ( p_count => p_msg_count,
1111: p_data => p_msg_data
1112: );
1113: l_error_count := l_error_count + 1;

Line 1124: OE_MSG_PUB.Count_And_Get

1120: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1121: l_error_count := l_error_count + 1;
1122: p_error_count := l_error_count;
1123: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1124: OE_MSG_PUB.Count_And_Get
1125: ( p_count => p_msg_count,
1126: p_data => p_msg_data
1127: );
1128: l_error_count := l_error_count + 1;

Line 1138: IF OE_MSG_PUB.Check_Msg_Level

1134: WHEN OTHERS THEN
1135: l_error_count := l_error_count + 1;
1136: p_error_count := l_error_count;
1137: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1138: IF OE_MSG_PUB.Check_Msg_Level
1139: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1140: THEN
1141: OE_MSG_PUB.Add_Exc_Msg
1142: (G_PKG_NAME,

Line 1139: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1135: l_error_count := l_error_count + 1;
1136: p_error_count := l_error_count;
1137: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1138: IF OE_MSG_PUB.Check_Msg_Level
1139: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1140: THEN
1141: OE_MSG_PUB.Add_Exc_Msg
1142: (G_PKG_NAME,
1143: l_api_name

Line 1141: OE_MSG_PUB.Add_Exc_Msg

1137: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1138: IF OE_MSG_PUB.Check_Msg_Level
1139: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1140: THEN
1141: OE_MSG_PUB.Add_Exc_Msg
1142: (G_PKG_NAME,
1143: l_api_name
1144: );
1145: END IF;

Line 1146: OE_MSG_PUB.Count_And_Get

1142: (G_PKG_NAME,
1143: l_api_name
1144: );
1145: END IF;
1146: OE_MSG_PUB.Count_And_Get
1147: ( p_count => p_msg_count,
1148: p_data => p_msg_data);
1149: l_error_count := l_error_count + 1;
1150: p_error_count := l_error_count;

Line 2985: OE_MSG_PUB.Count_and_Get(p_count => p_msg_count,

2981: G_HEADER_CHANGED :=NULL ; -- - bug 6850537,7210480
2982: -- Bug 1809955
2983: -- Display any errors/messages that were caused
2984: -- as a result of the delayed request execution
2985: OE_MSG_PUB.Count_and_Get(p_count => p_msg_count,
2986: p_data => p_msg_data);
2987:
2988: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2989: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3017: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

3013: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
3014: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3015: END IF;
3016:
3017: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
3018: p_data => p_msg_data);
3019:
3020: l_error_count := l_error_count + 1;
3021: p_error_count := l_error_count;

Line 3074: OE_MSG_PUB.Count_And_Get( p_count => p_msg_count,

3070: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
3071: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3072: END IF;
3073:
3074: OE_MSG_PUB.Count_And_Get( p_count => p_msg_count,
3075: p_data => p_msg_data);
3076:
3077: l_error_count := l_error_count + 1;
3078: p_error_count := l_error_count;

Line 3131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3127: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
3128: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3129: END IF;
3130:
3131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3132: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3133: l_api_name);
3134: END IF;
3135:

Line 3132: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

3128: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3129: END IF;
3130:
3131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3132: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3133: l_api_name);
3134: END IF;
3135:
3136: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

Line 3136: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

3132: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3133: l_api_name);
3134: END IF;
3135:
3136: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
3137: p_data => p_msg_data);
3138:
3139: l_error_count := l_error_count + 1;
3140: p_error_count := l_error_count;

Line 3218: l_count_msg NUMBER := OE_MSG_PUB.Count_Msg;

3214: end;
3215:
3216: Procedure save_messages
3217: IS
3218: l_count_msg NUMBER := OE_MSG_PUB.Count_Msg;
3219: begin
3220: OE_DEBUG_PUB.ADD('Inside save_messages',1);
3221: FOR I IN 1..l_count_msg LOOP
3222: OE_DEBUG_PUB.ADD('calling insert_message',1);

Line 3244: l_msg_data := OE_MSG_PUB.get(p_msg_index, 'F');

3240: l_source_document_line_id NUMBER;
3241: l_attribute_code VARCHAR2(30);
3242:
3243: BEGIN
3244: l_msg_data := OE_MSG_PUB.get(p_msg_index, 'F');
3245:
3246: /*OE_MSG_PUB.get_msg_context(
3247: p_msg_index
3248: ,l_entity_code

Line 3246: /*OE_MSG_PUB.get_msg_context(

3242:
3243: BEGIN
3244: l_msg_data := OE_MSG_PUB.get(p_msg_index, 'F');
3245:
3246: /*OE_MSG_PUB.get_msg_context(
3247: p_msg_index
3248: ,l_entity_code
3249: ,l_entity_id
3250: ,l_header_id