DBA Data[Home] [Help]

APPS.MRP_WFS_FORM_FLOW_SCHEDULE dependencies on FND_MSG_PUB

Line 306: FND_MSG_PUB.Count_And_Get

302: x_return_status := FND_API.G_RET_STS_SUCCESS;
303:
304: -- Get message count and data
305:
306: FND_MSG_PUB.Count_And_Get
307: ( p_count => x_msg_count
308: , p_data => x_msg_data
309: );
310:

Line 320: FND_MSG_PUB.Count_And_Get

316: x_return_status := FND_API.G_RET_STS_ERROR;
317:
318: -- Get message count and data
319:
320: FND_MSG_PUB.Count_And_Get
321: ( p_count => x_msg_count
322: , p_data => x_msg_data
323: );
324:

Line 331: FND_MSG_PUB.Count_And_Get

327: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
328:
329: -- Get message count and data
330:
331: FND_MSG_PUB.Count_And_Get
332: ( p_count => x_msg_count
333: , p_data => x_msg_data
334: );
335:

Line 340: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

336: WHEN OTHERS THEN
337:
338: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
339:
340: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
341: THEN
342: FND_MSG_PUB.Add_Exc_Msg
343: ( G_PKG_NAME
344: , 'Default_Attributes'

Line 342: FND_MSG_PUB.Add_Exc_Msg

338: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
339:
340: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
341: THEN
342: FND_MSG_PUB.Add_Exc_Msg
343: ( G_PKG_NAME
344: , 'Default_Attributes'
345: );
346: END IF;

Line 350: FND_MSG_PUB.Count_And_Get

346: END IF;
347:
348: -- Get message count and data
349:
350: FND_MSG_PUB.Count_And_Get
351: ( p_count => x_msg_count
352: , p_data => x_msg_data
353: );
354:

Line 616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

612: ELSE
613:
614: -- Unexpected error, unrecognized attribute
615:
616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
617: THEN
618: FND_MSG_PUB.Add_Exc_Msg
619: ( G_PKG_NAME
620: , 'Change_Attribute'

Line 618: FND_MSG_PUB.Add_Exc_Msg

614: -- Unexpected error, unrecognized attribute
615:
616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
617: THEN
618: FND_MSG_PUB.Add_Exc_Msg
619: ( G_PKG_NAME
620: , 'Change_Attribute'
621: , 'Unrecognized attribute'
622: );

Line 1131: FND_MSG_PUB.Count_And_Get

1127: x_return_status := FND_API.G_RET_STS_SUCCESS;
1128:
1129: -- Get message count and data
1130:
1131: FND_MSG_PUB.Count_And_Get
1132: ( p_count => x_msg_count
1133: , p_data => x_msg_data
1134: );
1135:

Line 1145: FND_MSG_PUB.Count_And_Get

1141: x_return_status := FND_API.G_RET_STS_ERROR;
1142:
1143: -- Get message count and data
1144:
1145: FND_MSG_PUB.Count_And_Get
1146: ( p_count => x_msg_count
1147: , p_data => x_msg_data
1148: );
1149:

Line 1156: FND_MSG_PUB.Count_And_Get

1152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1153:
1154: -- Get message count and data
1155:
1156: FND_MSG_PUB.Count_And_Get
1157: ( p_count => x_msg_count
1158: , p_data => x_msg_data
1159: );
1160:

Line 1165: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1161: WHEN OTHERS THEN
1162:
1163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1164:
1165: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1166: THEN
1167: FND_MSG_PUB.Add_Exc_Msg
1168: ( G_PKG_NAME
1169: , 'Change_Attribute'

Line 1167: FND_MSG_PUB.Add_Exc_Msg

1163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1164:
1165: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1166: THEN
1167: FND_MSG_PUB.Add_Exc_Msg
1168: ( G_PKG_NAME
1169: , 'Change_Attribute'
1170: );
1171: END IF;

Line 1175: FND_MSG_PUB.Count_And_Get

1171: END IF;
1172:
1173: -- Get message count and data
1174:
1175: FND_MSG_PUB.Count_And_Get
1176: ( p_count => x_msg_count
1177: , p_data => x_msg_data
1178: );
1179:

Line 1572: FND_MSG_PUB.Count_And_Get

1568: x_return_status := FND_API.G_RET_STS_SUCCESS;
1569:
1570: -- Get message count and data
1571:
1572: FND_MSG_PUB.Count_And_Get
1573: ( p_count => x_msg_count
1574: , p_data => x_msg_data
1575: );
1576:

Line 1586: FND_MSG_PUB.Count_And_Get

1582: x_return_status := FND_API.G_RET_STS_ERROR;
1583:
1584: -- Get message count and data
1585:
1586: FND_MSG_PUB.Count_And_Get
1587: ( p_count => x_msg_count
1588: , p_data => x_msg_data
1589: );
1590:

Line 1597: FND_MSG_PUB.Count_And_Get

1593: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1594:
1595: -- Get message count and data
1596:
1597: FND_MSG_PUB.Count_And_Get
1598: ( p_count => x_msg_count
1599: , p_data => x_msg_data
1600: );
1601:

Line 1606: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1602: WHEN OTHERS THEN
1603:
1604: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1605:
1606: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1607: THEN
1608: FND_MSG_PUB.Add_Exc_Msg
1609: ( G_PKG_NAME
1610: , 'Validate_And_Write'

Line 1608: FND_MSG_PUB.Add_Exc_Msg

1604: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1605:
1606: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1607: THEN
1608: FND_MSG_PUB.Add_Exc_Msg
1609: ( G_PKG_NAME
1610: , 'Validate_And_Write'
1611: );
1612: END IF;

Line 1616: FND_MSG_PUB.Count_And_Get

1612: END IF;
1613:
1614: -- Get message count and data
1615:
1616: FND_MSG_PUB.Count_And_Get
1617: ( p_count => x_msg_count
1618: , p_data => x_msg_data
1619: );
1620:

Line 1697: FND_MSG_PUB.Count_And_Get

1693: x_return_status := FND_API.G_RET_STS_SUCCESS;
1694:
1695: -- Get message count and data
1696:
1697: FND_MSG_PUB.Count_And_Get
1698: ( p_count => x_msg_count
1699: , p_data => x_msg_data
1700: );
1701:

Line 1711: FND_MSG_PUB.Count_And_Get

1707: x_return_status := FND_API.G_RET_STS_ERROR;
1708:
1709: -- Get message count and data
1710:
1711: FND_MSG_PUB.Count_And_Get
1712: ( p_count => x_msg_count
1713: , p_data => x_msg_data
1714: );
1715:

Line 1722: FND_MSG_PUB.Count_And_Get

1718: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1719:
1720: -- Get message count and data
1721:
1722: FND_MSG_PUB.Count_And_Get
1723: ( p_count => x_msg_count
1724: , p_data => x_msg_data
1725: );
1726:

Line 1731: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1727: WHEN OTHERS THEN
1728:
1729: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1730:
1731: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1732: THEN
1733: FND_MSG_PUB.Add_Exc_Msg
1734: ( G_PKG_NAME
1735: , 'Delete_Row'

Line 1733: FND_MSG_PUB.Add_Exc_Msg

1729: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1730:
1731: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1732: THEN
1733: FND_MSG_PUB.Add_Exc_Msg
1734: ( G_PKG_NAME
1735: , 'Delete_Row'
1736: );
1737: END IF;

Line 1741: FND_MSG_PUB.Count_And_Get

1737: END IF;
1738:
1739: -- Get message count and data
1740:
1741: FND_MSG_PUB.Count_And_Get
1742: ( p_count => x_msg_count
1743: , p_data => x_msg_data
1744: );
1745:

Line 1807: FND_MSG_PUB.Count_And_Get

1803: x_return_status := FND_API.G_RET_STS_SUCCESS;
1804:
1805: -- Get message count and data
1806:
1807: FND_MSG_PUB.Count_And_Get
1808: ( p_count => x_msg_count
1809: , p_data => x_msg_data
1810: );
1811:

Line 1821: FND_MSG_PUB.Count_And_Get

1817: x_return_status := FND_API.G_RET_STS_ERROR;
1818:
1819: -- Get message count and data
1820:
1821: FND_MSG_PUB.Count_And_Get
1822: ( p_count => x_msg_count
1823: , p_data => x_msg_data
1824: );
1825:

Line 1832: FND_MSG_PUB.Count_And_Get

1828: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1829:
1830: -- Get message count and data
1831:
1832: FND_MSG_PUB.Count_And_Get
1833: ( p_count => x_msg_count
1834: , p_data => x_msg_data
1835: );
1836:

Line 1841: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1837: WHEN OTHERS THEN
1838:
1839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1840:
1841: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1842: THEN
1843: FND_MSG_PUB.Add_Exc_Msg
1844: ( G_PKG_NAME
1845: , 'Process_Entity'

Line 1843: FND_MSG_PUB.Add_Exc_Msg

1839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1840:
1841: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1842: THEN
1843: FND_MSG_PUB.Add_Exc_Msg
1844: ( G_PKG_NAME
1845: , 'Process_Entity'
1846: );
1847: END IF;

Line 1851: FND_MSG_PUB.Count_And_Get

1847: END IF;
1848:
1849: -- Get message count and data
1850:
1851: FND_MSG_PUB.Count_And_Get
1852: ( p_count => x_msg_count
1853: , p_data => x_msg_data
1854: );
1855:

Line 1918: FND_MSG_PUB.Count_And_Get

1914: x_return_status := FND_API.G_RET_STS_SUCCESS;
1915:
1916: -- Get message count and data
1917:
1918: FND_MSG_PUB.Count_And_Get
1919: ( p_count => x_msg_count
1920: , p_data => x_msg_data
1921: );
1922:

Line 1932: FND_MSG_PUB.Count_And_Get

1928: x_return_status := FND_API.G_RET_STS_ERROR;
1929:
1930: -- Get message count and data
1931:
1932: FND_MSG_PUB.Count_And_Get
1933: ( p_count => x_msg_count
1934: , p_data => x_msg_data
1935: );
1936:

Line 1943: FND_MSG_PUB.Count_And_Get

1939: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1940:
1941: -- Get message count and data
1942:
1943: FND_MSG_PUB.Count_And_Get
1944: ( p_count => x_msg_count
1945: , p_data => x_msg_data
1946: );
1947:

Line 1952: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1948: WHEN OTHERS THEN
1949:
1950: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1951:
1952: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1953: THEN
1954: FND_MSG_PUB.Add_Exc_Msg
1955: ( G_PKG_NAME
1956: , 'Process_Object'

Line 1954: FND_MSG_PUB.Add_Exc_Msg

1950: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1951:
1952: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1953: THEN
1954: FND_MSG_PUB.Add_Exc_Msg
1955: ( G_PKG_NAME
1956: , 'Process_Object'
1957: );
1958: END IF;

Line 1962: FND_MSG_PUB.Count_And_Get

1958: END IF;
1959:
1960: -- Get message count and data
1961:
1962: FND_MSG_PUB.Count_And_Get
1963: ( p_count => x_msg_count
1964: , p_data => x_msg_data
1965: );
1966:

Line 2158: FND_MSG_PUB.Count_And_Get

2154: x_return_status := l_return_status;
2155:
2156: -- Get message count and data
2157:
2158: FND_MSG_PUB.Count_And_Get
2159: ( p_count => x_msg_count
2160: , p_data => x_msg_data
2161: );
2162:

Line 2168: FND_MSG_PUB.Add_Exc_Msg

2164: EXCEPTION
2165:
2166: WHEN OTHERS THEN
2167:
2168: FND_MSG_PUB.Add_Exc_Msg
2169: ( G_PKG_NAME
2170: , 'Lock_Row: yes you really are here'
2171: );
2172: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 2172: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2168: FND_MSG_PUB.Add_Exc_Msg
2169: ( G_PKG_NAME
2170: , 'Lock_Row: yes you really are here'
2171: );
2172: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2173: THEN
2174: FND_MSG_PUB.Add_Exc_Msg
2175: ( G_PKG_NAME
2176: , 'Lock_Row'

Line 2174: FND_MSG_PUB.Add_Exc_Msg

2170: , 'Lock_Row: yes you really are here'
2171: );
2172: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2173: THEN
2174: FND_MSG_PUB.Add_Exc_Msg
2175: ( G_PKG_NAME
2176: , 'Lock_Row'
2177: );
2178: END IF;

Line 2184: FND_MSG_PUB.Count_And_Get

2180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2181:
2182: -- Get message count and data
2183:
2184: FND_MSG_PUB.Count_And_Get
2185: ( p_count => x_msg_count
2186: , p_data => x_msg_data
2187: );
2188:

Line 2368: FND_MSG_PUB.Count_And_Get

2364: x_return_status := l_return_status;
2365:
2366: -- Get message count and data
2367:
2368: FND_MSG_PUB.Count_And_Get
2369: ( p_count => x_msg_count
2370: , p_data => x_msg_data
2371: );
2372:

Line 2378: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2374: EXCEPTION
2375:
2376: WHEN OTHERS THEN
2377:
2378: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2379: THEN
2380: FND_MSG_PUB.Add_Exc_Msg
2381: ( G_PKG_NAME
2382: , 'Create_Flow_Schedule'

Line 2380: FND_MSG_PUB.Add_Exc_Msg

2376: WHEN OTHERS THEN
2377:
2378: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2379: THEN
2380: FND_MSG_PUB.Add_Exc_Msg
2381: ( G_PKG_NAME
2382: , 'Create_Flow_Schedule'
2383: );
2384: END IF;

Line 2390: FND_MSG_PUB.Count_And_Get

2386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2387:
2388: -- Get message count and data
2389:
2390: FND_MSG_PUB.Count_And_Get
2391: ( p_count => x_msg_count
2392: , p_data => x_msg_data
2393: );
2394:

Line 3084: FND_MSG_PUB.Count_And_Get

3080: x_return_status := l_return_status;
3081:
3082: -- Get message count and data
3083:
3084: FND_MSG_PUB.Count_And_Get
3085: ( p_count => x_msg_count
3086: ,p_data => x_msg_data
3087: );
3088:

Line 3093: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3089: EXCEPTION
3090:
3091: WHEN OTHERS THEN
3092:
3093: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3094: THEN
3095: FND_MSG_PUB.Add_Exc_Msg
3096: ( G_PKG_NAME
3097: ,'Create_Schedules'

Line 3095: FND_MSG_PUB.Add_Exc_Msg

3091: WHEN OTHERS THEN
3092:
3093: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3094: THEN
3095: FND_MSG_PUB.Add_Exc_Msg
3096: ( G_PKG_NAME
3097: ,'Create_Schedules'
3098: );
3099: END IF;

Line 3105: FND_MSG_PUB.Count_And_Get

3101: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3102:
3103: -- Get message count and data
3104:
3105: FND_MSG_PUB.Count_And_Get
3106: (
3107: p_count => x_msg_count
3108: ,p_data => x_msg_data
3109: );