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 939: OE_MSG_PUB.Count_And_Get

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

Line 955: OE_MSG_PUB.Count_And_Get

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

Line 971: OE_MSG_PUB.Count_And_Get

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

Line 988: IF OE_MSG_PUB.Check_Msg_Level

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

Line 989: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

Line 991: OE_MSG_PUB.Add_Exc_Msg

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

Line 995: OE_MSG_PUB.Count_And_Get

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

Line 1063: OE_MSG_PUB.Count_and_Get(

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

Line 1107: OE_MSG_PUB.Count_And_Get

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

Line 1122: OE_MSG_PUB.Count_And_Get

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

Line 1136: IF OE_MSG_PUB.Check_Msg_Level

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

Line 1137: (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

Line 1139: OE_MSG_PUB.Add_Exc_Msg

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

Line 1144: OE_MSG_PUB.Count_And_Get

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

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

2865: G_HEADER_CHANGED :=NULL ; -- - bug 6850537,7210480
2866: -- Bug 1809955
2867: -- Display any errors/messages that were caused
2868: -- as a result of the delayed request execution
2869: OE_MSG_PUB.Count_and_Get(p_count => p_msg_count,
2870: p_data => p_msg_data);
2871:
2872: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2873: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

2897: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
2898: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
2899: END IF;
2900:
2901: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
2902: p_data => p_msg_data);
2903:
2904: l_error_count := l_error_count + 1;
2905: p_error_count := l_error_count;

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

2954: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
2955: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
2956: END IF;
2957:
2958: OE_MSG_PUB.Count_And_Get( p_count => p_msg_count,
2959: p_data => p_msg_data);
2960:
2961: l_error_count := l_error_count + 1;
2962: p_error_count := l_error_count;

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

3011: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- moved for the bug 3726337
3012: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3013: END IF;
3014:
3015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3016: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3017: l_api_name);
3018: END IF;
3019:

Line 3016: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

3012: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3013: END IF;
3014:
3015: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3016: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3017: l_api_name);
3018: END IF;
3019:
3020: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

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

3016: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3017: l_api_name);
3018: END IF;
3019:
3020: OE_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
3021: p_data => p_msg_data);
3022:
3023: l_error_count := l_error_count + 1;
3024: p_error_count := l_error_count;

Line 3102: l_count_msg NUMBER := OE_MSG_PUB.Count_Msg;

3098: end;
3099:
3100: Procedure save_messages
3101: IS
3102: l_count_msg NUMBER := OE_MSG_PUB.Count_Msg;
3103: begin
3104: OE_DEBUG_PUB.ADD('Inside save_messages',1);
3105: FOR I IN 1..l_count_msg LOOP
3106: OE_DEBUG_PUB.ADD('calling insert_message',1);

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

3124: l_source_document_line_id NUMBER;
3125: l_attribute_code VARCHAR2(30);
3126:
3127: BEGIN
3128: l_msg_data := OE_MSG_PUB.get(p_msg_index, 'F');
3129:
3130: /*OE_MSG_PUB.get_msg_context(
3131: p_msg_index
3132: ,l_entity_code

Line 3130: /*OE_MSG_PUB.get_msg_context(

3126:
3127: BEGIN
3128: l_msg_data := OE_MSG_PUB.get(p_msg_index, 'F');
3129:
3130: /*OE_MSG_PUB.get_msg_context(
3131: p_msg_index
3132: ,l_entity_code
3133: ,l_entity_id
3134: ,l_header_id