DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on PA_INTERFACE_UTILS_PUB

Line 161: pa_interface_utils_pub.get_messages

157: IF p_commit = FND_API.G_TRUE THEN
158: ROLLBACK TO ADD_WORKPLAN_IMPACT_SVPT;
159: END IF;
160: if l_msg_count = 1 then
161: pa_interface_utils_pub.get_messages
162: (p_encoded => fnd_api.g_false,
163: p_msg_index => 1,
164: p_msg_count => l_msg_count ,
165: p_msg_data => l_msg_data ,

Line 291: pa_interface_utils_pub.get_messages

287: ROLLBACK TO ADD_STAFFING_IMPACT_SVPT;
288: END IF;
289:
290: if l_msg_count = 1 then
291: pa_interface_utils_pub.get_messages
292: (p_encoded => fnd_api.g_false,
293: p_msg_index => 1,
294: p_msg_count => l_msg_count ,
295: p_msg_data => l_msg_data ,

Line 418: pa_interface_utils_pub.get_messages

414: IF p_commit = FND_API.G_TRUE THEN
415: ROLLBACK TO ADD_CONTRACT_IMPACT_SVPT;
416: END IF;
417: if l_msg_count = 1 then
418: pa_interface_utils_pub.get_messages
419: (p_encoded => fnd_api.g_false,
420: p_msg_index => 1,
421: p_msg_count => l_msg_count ,
422: p_msg_data => l_msg_data ,

Line 543: pa_interface_utils_pub.get_messages

539: IF p_commit = FND_API.G_TRUE THEN
540: ROLLBACK TO ADD_OTHER_IMPACT_SVPT;
541: END IF;
542: if l_msg_count = 1 then
543: pa_interface_utils_pub.get_messages
544: (p_encoded => fnd_api.g_false,
545: p_msg_index => 1,
546: p_msg_count => l_msg_count ,
547: p_msg_data => l_msg_data ,

Line 705: pa_interface_utils_pub.get_messages

701: END IF;
702:
703:
704: if l_msg_count = 1 then
705: pa_interface_utils_pub.get_messages
706: (p_encoded => fnd_api.g_false,
707: p_msg_index => 1,
708: p_msg_count => l_msg_count ,
709: p_msg_data => l_msg_data ,

Line 836: pa_interface_utils_pub.get_messages

832: ROLLBACK to UPDATE_WORKPLAN_IMPACT_SVPT;
833: END IF;
834:
835: if l_msg_count = 1 then
836: pa_interface_utils_pub.get_messages
837: (p_encoded => fnd_api.g_false,
838: p_msg_index => 1,
839: p_msg_count => l_msg_count ,
840: p_msg_data => l_msg_data ,

Line 969: pa_interface_utils_pub.get_messages

965: ROLLBACK to UPDATE_STAFFING_IMPACT_SVPT;
966: END IF;
967:
968: if l_msg_count = 1 then
969: pa_interface_utils_pub.get_messages
970: (p_encoded => fnd_api.g_false,
971: p_msg_index => 1,
972: p_msg_count => l_msg_count ,
973: p_msg_data => l_msg_data ,

Line 1102: pa_interface_utils_pub.get_messages

1098: ROLLBACK to UPDATE_CONTRACT_IMPACT_SVPT;
1099: END IF;
1100:
1101: if l_msg_count = 1 then
1102: pa_interface_utils_pub.get_messages
1103: (p_encoded => fnd_api.g_false,
1104: p_msg_index => 1,
1105: p_msg_count => l_msg_count ,
1106: p_msg_data => l_msg_data ,

Line 1235: pa_interface_utils_pub.get_messages

1231: ROLLBACK to UPDATE_OTHER_IMPACT_SVPT;
1232: END IF;
1233:
1234: if l_msg_count = 1 then
1235: pa_interface_utils_pub.get_messages
1236: (p_encoded => fnd_api.g_false,
1237: p_msg_index => 1,
1238: p_msg_count => l_msg_count ,
1239: p_msg_data => l_msg_data ,

Line 1364: pa_interface_utils_pub.get_messages

1360: ROLLBACK to UPDATE_SUPPLIER_IMPACT_SVPT;
1361: END IF;
1362:
1363: if l_msg_count = 1 then
1364: pa_interface_utils_pub.get_messages
1365: (p_encoded => fnd_api.g_false,
1366: p_msg_index => 1,
1367: p_msg_count => l_msg_count ,
1368: p_msg_data => l_msg_data ,

Line 1543: pa_interface_utils_pub.get_messages

1539: IF p_commit = FND_API.G_TRUE THEN
1540: ROLLBACK TO DELETE_SUPP_DETAIL_SVPT;
1541: END IF;
1542: if l_msg_count = 1 then
1543: pa_interface_utils_pub.get_messages
1544: (p_encoded => fnd_api.g_false,
1545: p_msg_index => 1,
1546: p_msg_count => l_msg_count ,
1547: p_msg_data => l_msg_data ,

Line 2307: pa_interface_utils_pub.get_messages

2303: ROLLBACK to UPDATE_PROGRESS_SVPT;
2304: END IF;
2305:
2306: if l_msg_count = 1 then
2307: pa_interface_utils_pub.get_messages
2308: (p_encoded => fnd_api.g_false,
2309: p_msg_index => 1,
2310: p_msg_count => l_msg_count ,
2311: p_msg_data => l_msg_data ,

Line 2934: pa_interface_utils_pub.get_messages

2930: rollback to create_issue;
2931: end if;
2932: l_msg_count := fnd_msg_pub.count_msg;
2933: if l_msg_count = 1 then
2934: pa_interface_utils_pub.get_messages
2935: (p_encoded => fnd_api.g_false,
2936: p_msg_index => 1,
2937: p_msg_count => l_msg_count ,
2938: p_msg_data => l_msg_data ,

Line 3569: pa_interface_utils_pub.get_messages

3565: rollback to create_change_request;
3566: end if;
3567: l_msg_count := fnd_msg_pub.count_msg;
3568: if l_msg_count = 1 then
3569: pa_interface_utils_pub.get_messages
3570: (p_encoded => fnd_api.g_false,
3571: p_msg_index => 1,
3572: p_msg_count => l_msg_count ,
3573: p_msg_data => l_msg_data ,

Line 4204: pa_interface_utils_pub.get_messages

4200: rollback to create_change_order;
4201: end if;
4202: l_msg_count := fnd_msg_pub.count_msg;
4203: if l_msg_count = 1 then
4204: pa_interface_utils_pub.get_messages
4205: (p_encoded => fnd_api.g_false,
4206: p_msg_index => 1,
4207: p_msg_count => l_msg_count ,
4208: p_msg_data => l_msg_data ,

Line 4376: pa_interface_utils_pub.get_messages

4372: end if;
4373:
4374: l_msg_count := fnd_msg_pub.count_msg;
4375: if l_msg_count = 1 then
4376: pa_interface_utils_pub.get_messages
4377: (p_encoded => fnd_api.g_false,
4378: p_msg_index => 1,
4379: p_msg_count => l_msg_count ,
4380: p_msg_data => l_msg_data ,

Line 4937: pa_interface_utils_pub.get_messages

4933:
4934: x_return_status := fnd_api.g_ret_sts_error;
4935: l_msg_count := fnd_msg_pub.count_msg;
4936: if l_msg_count = 1 then
4937: pa_interface_utils_pub.get_messages
4938: (p_encoded => fnd_api.g_false,
4939: p_msg_index => 1,
4940: p_msg_count => l_msg_count ,
4941: p_msg_data => l_msg_data ,

Line 5186: pa_interface_utils_pub.get_messages

5182: ROLLBACK to CANCEL_ACTION_SVPT;
5183: END IF;
5184:
5185: if l_msg_count = 1 then
5186: pa_interface_utils_pub.get_messages
5187: (p_encoded => fnd_api.g_false,
5188: p_msg_index => 1,
5189: p_msg_count => l_msg_count ,
5190: p_msg_data => l_msg_data ,

Line 5335: PA_INTERFACE_UTILS_PUB.Get_Messages (

5331: IF p_commit = FND_API.G_TRUE THEN
5332: ROLLBACK TO DELETE_ISSUE_SVPT;
5333: END IF;
5334: IF (l_Msg_Count = 1) THEN
5335: PA_INTERFACE_UTILS_PUB.Get_Messages (
5336: p_Encoded => FND_API.g_False
5337: , p_Msg_Index => 1
5338: , p_Msg_Count => l_Msg_Count
5339: , p_Msg_Data => l_Msg_Data

Line 5491: PA_INTERFACE_UTILS_PUB.Get_Messages (

5487: ROLLBACK TO DELETE_CR_SVPT;
5488: END IF;
5489:
5490: IF (l_Msg_Count = 1) THEN
5491: PA_INTERFACE_UTILS_PUB.Get_Messages (
5492: p_Encoded => FND_API.g_False
5493: , p_Msg_Index => 1
5494: , p_Msg_Count => l_Msg_Count
5495: , p_Msg_Data => l_Msg_Data

Line 5644: PA_INTERFACE_UTILS_PUB.Get_Messages (

5640: ROLLBACK TO DELETE_CO_SVPT;
5641: END IF;
5642:
5643: IF (l_Msg_Count = 1) THEN
5644: PA_INTERFACE_UTILS_PUB.Get_Messages (
5645: p_Encoded => FND_API.g_False
5646: , p_Msg_Index => 1
5647: , p_Msg_Count => l_Msg_Count
5648: , p_Msg_Data => l_Msg_Data

Line 5873: PA_INTERFACE_UTILS_PUB.Get_Messages (

5869: -- Get the Message Count.
5870: l_Msg_Count := FND_MSG_PUB.Count_Msg;
5871:
5872: IF (l_Msg_Count = 1) THEN
5873: PA_INTERFACE_UTILS_PUB.Get_Messages (
5874: p_Encoded => FND_API.g_False
5875: , p_Msg_Index => 1
5876: , p_Msg_Count => l_Msg_Count
5877: , p_Msg_Data => l_Msg_Data

Line 6183: PA_INTERFACE_UTILS_PUB.Get_Messages (

6179: -- Get the Message Count.
6180: l_Msg_Count := FND_MSG_PUB.Count_Msg;
6181:
6182: IF (l_Msg_Count = 1) THEN
6183: PA_INTERFACE_UTILS_PUB.Get_Messages (
6184: p_Encoded => FND_API.g_False
6185: , p_Msg_Index => 1
6186: , p_Msg_Count => l_Msg_Count
6187: , p_Msg_Data => l_Msg_Data

Line 6470: PA_INTERFACE_UTILS_PUB.Get_Messages (

6466: ROLLBACK TO DELETE_RELATED_ITEMS_SVPT;
6467: END IF;
6468:
6469: IF (l_Msg_Count = 1) THEN
6470: PA_INTERFACE_UTILS_PUB.Get_Messages (
6471: p_Encoded => FND_API.g_False
6472: , p_Msg_Index => 1
6473: , p_Msg_Count => l_Msg_Count
6474: , p_Msg_Data => l_Msg_Data

Line 7733: PA_INTERFACE_UTILS_PUB.get_messages

7729: ROLLBACK TO UPDATE_ISSUE_SVPT;
7730: END IF;
7731:
7732: IF l_msg_count = 1 AND x_msg_data IS NULL THEN
7733: PA_INTERFACE_UTILS_PUB.get_messages
7734: ( p_encoded => FND_API.G_FALSE
7735: , p_msg_index => 1
7736: , p_msg_count => l_msg_count
7737: , p_msg_data => l_msg_data

Line 8990: PA_INTERFACE_UTILS_PUB.get_messages

8986: ROLLBACK TO UPDATE_CR_SVPT;
8987: END IF;
8988:
8989: IF l_msg_count = 1 AND x_msg_data IS NULL THEN
8990: PA_INTERFACE_UTILS_PUB.get_messages
8991: ( p_encoded => FND_API.G_FALSE
8992: , p_msg_index => 1
8993: , p_msg_count => l_msg_count
8994: , p_msg_data => l_msg_data

Line 10249: PA_INTERFACE_UTILS_PUB.get_messages

10245: ROLLBACK TO UPDATE_CO_SVPT;
10246: END IF;
10247:
10248: IF l_msg_count = 1 AND x_msg_data IS NULL THEN
10249: PA_INTERFACE_UTILS_PUB.get_messages
10250: ( p_encoded => FND_API.G_FALSE
10251: , p_msg_index => 1
10252: , p_msg_count => l_msg_count
10253: , p_msg_data => l_msg_data