DBA Data[Home] [Help]

APPS.IEU_DIAGNOSTICS_PVT dependencies on STANDARD

Line 115: -- Standard call to get message count and if count is 1, get message info.

111:
112: end;
113: end if;
114:
115: -- Standard call to get message count and if count is 1, get message info.
116: /*FND_MSG_PUB.Count_And_Get(
117: p_count => x_msg_count,
118: p_data => l_msg_data
119: );*/

Line 357: -- Standard call to get message count and if count is 1, get message info.

353: x_resp_id := FND_GLOBAL.RESP_ID;
354: x_appl_id := FND_GLOBAL.RESP_APPL_ID;
355:
356:
357: -- Standard call to get message count and if count is 1, get message info.
358: /* FND_MSG_PUB.Count_And_Get(
359: p_count => x_msg_count,
360: p_data => l_msg_data
361: );*/

Line 585: -- Standard call to get message count and if count is 1, get message info.

581: x_resp_id := FND_GLOBAL.RESP_ID;
582:
583:
584:
585: -- Standard call to get message count and if count is 1, get message info.
586: /* FND_MSG_PUB.Count_And_Get(
587: p_count => x_msg_count,
588: p_data => l_msg_data
589: );*/

Line 845: -- Standard call to get message count and if count is 1, get message info.

841:
842:
843: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
844:
845: -- Standard call to get message count and if count is 1, get message info.
846: /*FND_MSG_PUB.Count_And_Get(
847: p_count => x_msg_count,
848: p_data => x_msg_data --x_msg_data --l_msg_data
849: );*/

Line 1081: -- Standard call to get message count and if count is 1, get message info.

1077: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
1078:
1079:
1080:
1081: -- Standard call to get message count and if count is 1, get message info.
1082: /*FND_MSG_PUB.Count_And_Get(
1083: p_count => x_msg_count,
1084: p_data => l_msg_data
1085: );*/

Line 1260: -- Standard call to get message count and if count is 1, get message info.

1256: --dbms_output.PUT_LINE('initialized');
1257: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
1258:
1259:
1260: -- Standard call to get message count and if count is 1, get message info.
1261: /* FND_MSG_PUB.Count_And_Get(
1262: p_count => x_msg_count,
1263: p_data => l_msg_data
1264: );*/

Line 1488: -- Standard call to get message count and if count is 1, get message info.

1484:
1485: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
1486:
1487:
1488: -- Standard call to get message count and if count is 1, get message info.
1489: /*FND_MSG_PUB.Count_And_Get(
1490: p_count => x_msg_count,
1491: p_data => l_msg_data
1492: );

Line 2094: -- Standard call to get message count and if count is 1, get message info.

2090:
2091: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
2092:
2093:
2094: -- Standard call to get message count and if count is 1, get message info.
2095: /*FND_MSG_PUB.Count_And_Get(
2096: p_count => x_msg_count,
2097: p_data => l_msg_data
2098: );

Line 2312: -- Standard call to get message count and if count is 1, get message info.

2308: --dbms_output.PUT_LINE('initialized');
2309: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
2310:
2311:
2312: -- Standard call to get message count and if count is 1, get message info.
2313: /*FND_MSG_PUB.Count_And_Get(
2314: p_count => x_msg_count,
2315: p_data => l_msg_data
2316: );

Line 2947: -- Standard call to get message count and if count is 1, get message info.

2943:
2944: commit;
2945:
2946: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
2947: -- Standard call to get message count and if count is 1, get message info.
2948: /*FND_MSG_PUB.Count_And_Get(
2949: p_count => x_msg_count,
2950: p_data => l_msg_data
2951: );

Line 3567: -- Standard call to get message count and if count is 1, get message info.

3563:
3564: end if;
3565:
3566: fnd_global.APPS_INITIALIZE(l_user_id, l_responsibility_id, l_application_id, null);
3567: -- Standard call to get message count and if count is 1, get message info.
3568: /*FND_MSG_PUB.Count_And_Get(
3569: p_count => x_msg_count,
3570: p_data => l_msg_data
3571: );

Line 4011: -- Standard call to get message count and if count is 1, get message info.

4007: x_log(x_log.last) := FND_MESSAGE.GET();
4008: end if ; -- ieu_action_object_code is not registered in ieu_uwq_nonmedia_actions
4009:
4010: end if;
4011: -- Standard call to get message count and if count is 1, get message info.
4012: FND_MSG_PUB.Count_And_Get(
4013: p_count => x_msg_count,
4014: p_data => l_msg_data
4015: );