DBA Data[Home] [Help]

APPS.VEA_TPA_UTIL_PVT dependencies on FND_MSG_PUB

Line 336: FND_MSG_PUB.Add;

332: --
333: --
334: l_location := '0030';
335: --
336: FND_MSG_PUB.Add;
337: --}
338: END IF;
339: --}
340: EXCEPTION

Line 574: --IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )

570: --
571: --
572: l_location := '0060';
573: --
574: --IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )
575: --THEN
576: --{
577: l_location := '0070';
578: --

Line 586: FND_MSG_PUB.Add_Exc_Msg

582: p_api_name => p_api_name,
583: p_location => p_location
584: );
585: /*
586: FND_MSG_PUB.Add_Exc_Msg
587: (
588: p_package_name,
589: p_api_name
590: );

Line 600: FND_MSG_PUB.Count_and_Get

596: --
597: --
598: l_location := '0080';
599: --
600: FND_MSG_PUB.Count_and_Get
601: (
602: p_count => x_msg_count,
603: p_data => x_msg_data,
604: p_encoded => FND_API.G_FALSE

Line 675: FND_MSG_PUB.GET( p_encoded => FND_API.G_FALSE )

671: --
672: FND_FILE.PUT_LINE
673: (
674: FND_FILE.LOG,
675: FND_MSG_PUB.GET( p_encoded => FND_API.G_FALSE )
676: );
677: --}
678: END LOOP;
679: --}

Line 800: FND_MSG_PUB.initialize;

796: THEN
797: --{
798: l_location := '0070';
799: --
800: FND_MSG_PUB.initialize;
801: --}
802: END IF;
803: --
804: --

Line 869: FND_MSG_PUB.Count_and_Get

865: -- and if count is 1, get message info
866: --
867: l_location := '0030';
868: --
869: FND_MSG_PUB.Count_and_Get
870: (
871: p_count => x_msg_count,
872: p_data => x_msg_data,
873: p_encoded => FND_API.G_FALSE

Line 1162: x_next := FND_MSG_PUB.G_NEXT;

1158: --
1159: --
1160: l_location := '0040';
1161: --
1162: x_next := FND_MSG_PUB.G_NEXT;
1163: --
1164: --
1165: --} API Body
1166: --

Line 2957: || FND_MSG_PUB.GET

2953: l_message := SUBSTRB
2954: (
2955: l_message
2956: || ' '
2957: || FND_MSG_PUB.GET
2958: (
2959: p_encoded => FND_API.G_FALSE
2960: ),
2961: 1,

Line 3084: || FND_MSG_PUB.GET

3080: l_message := SUBSTRB
3081: (
3082: l_message
3083: || ' '
3084: || FND_MSG_PUB.GET
3085: (
3086: p_encoded => FND_API.G_FALSE
3087: ),
3088: 1,

Line 3214: || FND_MSG_PUB.GET

3210: l_message := SUBSTRB
3211: (
3212: l_message
3213: || ' '
3214: || FND_MSG_PUB.GET
3215: (
3216: p_encoded => FND_API.G_FALSE
3217: ),
3218: 1,