DBA Data[Home] [Help]

APPS.INVPVDR4 dependencies on FND_MESSAGE

Line 630: fnd_message.SET_NAME ('INV', 'INV_INVALID_ATTR_NAME_VALUE');

626: ELSE
627: BEGIN
628: l_col_name := 'COVERAGE_SCHEDULE_ID';
629: l_msg_name := 'INV_IOI_ERR_INVALID_ATTR_NV'; --update by bug 11894684, replace INV_IOI_ERR
630: fnd_message.SET_NAME ('INV', 'INV_INVALID_ATTR_NAME_VALUE');
631: fnd_message.SET_TOKEN ('ATTR', 'Template');
632: error_msg := fnd_message.get;
633: OPEN c_check_oks_template;
634: FETCH c_check_oks_template INTO l_oks_exits;

Line 631: fnd_message.SET_TOKEN ('ATTR', 'Template');

627: BEGIN
628: l_col_name := 'COVERAGE_SCHEDULE_ID';
629: l_msg_name := 'INV_IOI_ERR_INVALID_ATTR_NV'; --update by bug 11894684, replace INV_IOI_ERR
630: fnd_message.SET_NAME ('INV', 'INV_INVALID_ATTR_NAME_VALUE');
631: fnd_message.SET_TOKEN ('ATTR', 'Template');
632: error_msg := fnd_message.get;
633: OPEN c_check_oks_template;
634: FETCH c_check_oks_template INTO l_oks_exits;
635: CLOSE c_check_oks_template;

Line 632: error_msg := fnd_message.get;

628: l_col_name := 'COVERAGE_SCHEDULE_ID';
629: l_msg_name := 'INV_IOI_ERR_INVALID_ATTR_NV'; --update by bug 11894684, replace INV_IOI_ERR
630: fnd_message.SET_NAME ('INV', 'INV_INVALID_ATTR_NAME_VALUE');
631: fnd_message.SET_TOKEN ('ATTR', 'Template');
632: error_msg := fnd_message.get;
633: OPEN c_check_oks_template;
634: FETCH c_check_oks_template INTO l_oks_exits;
635: CLOSE c_check_oks_template;
636: IF l_oks_exits = 'Y' THEN