DBA Data[Home] [Help]

APPS.FND_GRANTS_PKG dependencies on FND_MSG_PUB

Line 1135: fnd_msg_pub.ADD; /* Add for backward compatibility because in */

1131: FETCH get_menu_id INTO l_menu_id;
1132: IF (get_menu_id%NOTFOUND) THEN
1133: CLOSE get_menu_id;
1134: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1135: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1136: /* the past this API put messages on fnd_msg_pub */
1137: /* stack. That's obsolete. FND_MESSAGE is now */
1138: /* used. */
1139: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');

Line 1136: /* the past this API put messages on fnd_msg_pub */

1132: IF (get_menu_id%NOTFOUND) THEN
1133: CLOSE get_menu_id;
1134: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1135: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1136: /* the past this API put messages on fnd_msg_pub */
1137: /* stack. That's obsolete. FND_MESSAGE is now */
1138: /* used. */
1139: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1140: x_success := FND_API.G_FALSE ;

Line 1156: fnd_msg_pub.ADD; /* Add for backward compatibility because in */

1152: fetch get_object_id into l_object_id;
1153: if (get_object_id%NOTFOUND) then
1154: close get_object_id;
1155: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1156: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1157: /* the past this API put messages on fnd_msg_pub */
1158: /* stack. That's obsolete. FND_MESSAGE is now */
1159: /* used. */
1160: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');

Line 1157: /* the past this API put messages on fnd_msg_pub */

1153: if (get_object_id%NOTFOUND) then
1154: close get_object_id;
1155: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1156: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1157: /* the past this API put messages on fnd_msg_pub */
1158: /* stack. That's obsolete. FND_MESSAGE is now */
1159: /* used. */
1160: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1161: x_success := FND_API.G_FALSE ;

Line 1549: fnd_msg_pub.ADD; /* Add for backward compatibility because in */

1545: AND p_program_name is NULL) THEN
1546: fnd_message.set_name('FND','FND_ROUTINE_INVALID_ARGS');
1547: fnd_message.set_token('ROUTINE',
1548: 'FND_GRANTS_DELETE_PKG.delete_grant()');
1549: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1550: /* the past this API put messages on fnd_msg_pub */
1551: /* stack. That's obsolete. FND_MESSAGE is now */
1552: /* used. */
1553: fnd_message.set_name('FND','FND_ROUTINE_INVALID_ARGS');

Line 1550: /* the past this API put messages on fnd_msg_pub */

1546: fnd_message.set_name('FND','FND_ROUTINE_INVALID_ARGS');
1547: fnd_message.set_token('ROUTINE',
1548: 'FND_GRANTS_DELETE_PKG.delete_grant()');
1549: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1550: /* the past this API put messages on fnd_msg_pub */
1551: /* stack. That's obsolete. FND_MESSAGE is now */
1552: /* used. */
1553: fnd_message.set_name('FND','FND_ROUTINE_INVALID_ARGS');
1554: fnd_message.set_token('ROUTINE',

Line 1580: fnd_msg_pub.ADD; /* Add for backward compatibility because in */

1576: FETCH get_object_id INTO l_object_id;
1577: IF(get_object_id%NOTFOUND) THEN
1578: CLOSE get_object_id;
1579: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1580: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1581: /* the past this API put messages on fnd_msg_pub */
1582: /* stack. That's obsolete. FND_MESSAGE is now */
1583: /* used. */
1584: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');

Line 1581: /* the past this API put messages on fnd_msg_pub */

1577: IF(get_object_id%NOTFOUND) THEN
1578: CLOSE get_object_id;
1579: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1580: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1581: /* the past this API put messages on fnd_msg_pub */
1582: /* stack. That's obsolete. FND_MESSAGE is now */
1583: /* used. */
1584: fnd_message.set_name('FND','FND_INVALID_OBJECT_NAME');
1585: x_success := 'F';

Line 1631: fnd_msg_pub.ADD; /* Add for backward compatibility because in */

1627: FETCH get_menu_id INTO l_menu_id;
1628: IF(get_menu_id%NOTFOUND) THEN
1629: CLOSE get_menu_id;
1630: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1631: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1632: /* the past this API put messages on fnd_msg_pub */
1633: /* stack. That's obsolete. FND_MESSAGE is now */
1634: /* used. */
1635: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');

Line 1632: /* the past this API put messages on fnd_msg_pub */

1628: IF(get_menu_id%NOTFOUND) THEN
1629: CLOSE get_menu_id;
1630: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1631: fnd_msg_pub.ADD; /* Add for backward compatibility because in */
1632: /* the past this API put messages on fnd_msg_pub */
1633: /* stack. That's obsolete. FND_MESSAGE is now */
1634: /* used. */
1635: fnd_message.set_name('FND','FND_INVALID_MENU_NAME');
1636: x_success := 'F';