DBA Data[Home] [Help]

APPS.QP_ATTRIBUTES_PVT dependencies on OE_MSG_PUB

Line 234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

230: RAISE;
231:
232: WHEN OTHERS THEN
233:
234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
235: THEN
236: OE_MSG_PUB.Add_Exc_Msg
237: ( G_PKG_NAME
238: , 'Con'

Line 236: OE_MSG_PUB.Add_Exc_Msg

232: WHEN OTHERS THEN
233:
234: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
235: THEN
236: OE_MSG_PUB.Add_Exc_Msg
237: ( G_PKG_NAME
238: , 'Con'
239: );
240: END IF;

Line 499: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

495: l_SEG_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
496: l_SEG_tbl(I) := l_SEG_rec;
497: l_old_SEG_tbl(I) := l_old_SEG_rec;
498:
499: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
500: THEN
501: OE_MSG_PUB.Add_Exc_Msg
502: ( G_PKG_NAME
503: , 'Segs'

Line 501: OE_MSG_PUB.Add_Exc_Msg

497: l_old_SEG_tbl(I) := l_old_SEG_rec;
498:
499: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
500: THEN
501: OE_MSG_PUB.Add_Exc_Msg
502: ( G_PKG_NAME
503: , 'Segs'
504: );
505: END IF;

Line 530: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

526: RAISE;
527:
528: WHEN OTHERS THEN
529:
530: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
531: THEN
532: OE_MSG_PUB.Add_Exc_Msg
533: ( G_PKG_NAME
534: , 'Segs'

Line 532: OE_MSG_PUB.Add_Exc_Msg

528: WHEN OTHERS THEN
529:
530: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
531: THEN
532: OE_MSG_PUB.Add_Exc_Msg
533: ( G_PKG_NAME
534: , 'Segs'
535: );
536: END IF;

Line 613: OE_MSG_PUB.initialize;

609:
610: -- Initialize message list.
611:
612: IF FND_API.to_Boolean(p_init_msg_list) THEN
613: OE_MSG_PUB.initialize;
614: END IF;
615:
616: -- Init local table variables.
617:

Line 734: OE_MSG_PUB.Count_And_Get

730: END LOOP;
731:
732: -- Get message count and data
733:
734: OE_MSG_PUB.Count_And_Get
735: ( p_count => x_msg_count
736: , p_data => x_msg_data
737: );
738:

Line 748: OE_MSG_PUB.Count_And_Get

744: x_return_status := FND_API.G_RET_STS_ERROR;
745:
746: -- Get message count and data
747:
748: OE_MSG_PUB.Count_And_Get
749: ( p_count => x_msg_count
750: , p_data => x_msg_data
751: );
752:

Line 759: OE_MSG_PUB.Count_And_Get

755: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
756:
757: -- Get message count and data
758:
759: OE_MSG_PUB.Count_And_Get
760: ( p_count => x_msg_count
761: , p_data => x_msg_data
762: );
763:

Line 768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

764: WHEN OTHERS THEN
765:
766: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
767:
768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
769: THEN
770: OE_MSG_PUB.Add_Exc_Msg
771: ( G_PKG_NAME
772: , 'Process_Attributes'

Line 770: OE_MSG_PUB.Add_Exc_Msg

766: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
767:
768: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
769: THEN
770: OE_MSG_PUB.Add_Exc_Msg
771: ( G_PKG_NAME
772: , 'Process_Attributes'
773: );
774: END IF;

Line 778: OE_MSG_PUB.Count_And_Get

774: END IF;
775:
776: -- Get message count and data
777:
778: OE_MSG_PUB.Count_And_Get
779: ( p_count => x_msg_count
780: , p_data => x_msg_data
781: );
782:

Line 836: OE_MSG_PUB.initialize;

832:
833: -- Initialize message list.
834:
835: IF FND_API.to_Boolean(p_init_msg_list) THEN
836: OE_MSG_PUB.initialize;
837: END IF;
838:
839: -- Set Savepoint
840:

Line 892: OE_MSG_PUB.Count_And_Get

888: x_return_status := FND_API.G_RET_STS_SUCCESS;
889:
890: -- Get message count and data
891:
892: OE_MSG_PUB.Count_And_Get
893: ( p_count => x_msg_count
894: , p_data => x_msg_data
895: );
896:

Line 906: OE_MSG_PUB.Count_And_Get

902: x_return_status := FND_API.G_RET_STS_ERROR;
903:
904: -- Get message count and data
905:
906: OE_MSG_PUB.Count_And_Get
907: ( p_count => x_msg_count
908: , p_data => x_msg_data
909: );
910:

Line 921: OE_MSG_PUB.Count_And_Get

917: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
918:
919: -- Get message count and data
920:
921: OE_MSG_PUB.Count_And_Get
922: ( p_count => x_msg_count
923: , p_data => x_msg_data
924: );
925:

Line 934: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

930: WHEN OTHERS THEN
931:
932: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
933:
934: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
935: THEN
936: OE_MSG_PUB.Add_Exc_Msg
937: ( G_PKG_NAME
938: , 'Lock_Attributes'

Line 936: OE_MSG_PUB.Add_Exc_Msg

932: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
933:
934: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
935: THEN
936: OE_MSG_PUB.Add_Exc_Msg
937: ( G_PKG_NAME
938: , 'Lock_Attributes'
939: );
940: END IF;

Line 944: OE_MSG_PUB.Count_And_Get

940: END IF;
941:
942: -- Get message count and data
943:
944: OE_MSG_PUB.Count_And_Get
945: ( p_count => x_msg_count
946: , p_data => x_msg_data
947: );
948:

Line 1003: OE_MSG_PUB.initialize;

999:
1000: -- Initialize message list.
1001:
1002: IF FND_API.to_Boolean(p_init_msg_list) THEN
1003: OE_MSG_PUB.initialize;
1004: END IF;
1005:
1006: -- Get CON ( parent = CON )
1007:

Line 1030: OE_MSG_PUB.Count_And_Get

1026: x_return_status := FND_API.G_RET_STS_SUCCESS;
1027:
1028: -- Get message count and data
1029:
1030: OE_MSG_PUB.Count_And_Get
1031: ( p_count => x_msg_count
1032: , p_data => x_msg_data
1033: );
1034:

Line 1044: OE_MSG_PUB.Count_And_Get

1040: x_return_status := FND_API.G_RET_STS_ERROR;
1041:
1042: -- Get message count and data
1043:
1044: OE_MSG_PUB.Count_And_Get
1045: ( p_count => x_msg_count
1046: , p_data => x_msg_data
1047: );
1048:

Line 1055: OE_MSG_PUB.Count_And_Get

1051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1052:
1053: -- Get message count and data
1054:
1055: OE_MSG_PUB.Count_And_Get
1056: ( p_count => x_msg_count
1057: , p_data => x_msg_data
1058: );
1059:

Line 1064: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1060: WHEN OTHERS THEN
1061:
1062: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1063:
1064: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1065: THEN
1066: OE_MSG_PUB.Add_Exc_Msg
1067: ( G_PKG_NAME
1068: , 'Get_Attributes'

Line 1066: OE_MSG_PUB.Add_Exc_Msg

1062: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1063:
1064: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1065: THEN
1066: OE_MSG_PUB.Add_Exc_Msg
1067: ( G_PKG_NAME
1068: , 'Get_Attributes'
1069: );
1070: END IF;

Line 1074: OE_MSG_PUB.Count_And_Get

1070: END IF;
1071:
1072: -- Get message count and data
1073:
1074: OE_MSG_PUB.Count_And_Get
1075: ( p_count => x_msg_count
1076: , p_data => x_msg_data
1077: );
1078: