DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_MESSAGE

Line 129: ckesanap 115.147 07-Aug-2007 Bug 5930272. Added fnd_message.retrieve() in

125: priupadh 115.149 15-May-2009 Bug 8512762 Added commit in process_pay_dyndbi_changes.
126: ckesanap 115.148 25-Apr-2008 Bug 6955080. In delete_keyflex_dict, chaged the
127: where condition clause for deleting the
128: existing user_entity from ff_user_entities.
129: ckesanap 115.147 07-Aug-2007 Bug 5930272. Added fnd_message.retrieve() in
130: insert_user_entity_main() to clear the message
131: in the FND message queue as the error raised
132: in checkformat() is being handled.
133: ckesanap 115.146 18-Jul-2007 Bug 6215173. Passed null for l_legislation_code

Line 131: in the FND message queue as the error raised

127: where condition clause for deleting the
128: existing user_entity from ff_user_entities.
129: ckesanap 115.147 07-Aug-2007 Bug 5930272. Added fnd_message.retrieve() in
130: insert_user_entity_main() to clear the message
131: in the FND message queue as the error raised
132: in checkformat() is being handled.
133: ckesanap 115.146 18-Jul-2007 Bug 6215173. Passed null for l_legislation_code
134: parameter to create_key_flex() in
135: create_keyflex_dict() procedure.

Line 2559: fnd_message.retrieve(l_message);

2555: when hr_utility.hr_error then
2556: -- FFHR_6016_ALL_RES_WORDS error condition
2557: -- so add quotes
2558: --Bug 5930272
2559: fnd_message.retrieve(l_message);
2560: l_user_entity_name := '"' || substr(l_user_entity_name, 1, 78) || '"';
2561: end;
2562: --
2563: -- If we are running this via rebuild_ele_input_bal

Line 10778: fnd_message.set_encoded(l_messages(i));

10774: -- Write messages to the log.
10775: --
10776: for i in 1 .. l_messages.count loop
10777: fnd_file.put(fnd_file.log, l_separator);
10778: fnd_message.set_encoded(l_messages(i));
10779: fnd_file.put(fnd_file.log, fnd_message.get);
10780: end loop;
10781:
10782: --

Line 10779: fnd_file.put(fnd_file.log, fnd_message.get);

10775: --
10776: for i in 1 .. l_messages.count loop
10777: fnd_file.put(fnd_file.log, l_separator);
10778: fnd_message.set_encoded(l_messages(i));
10779: fnd_file.put(fnd_file.log, fnd_message.get);
10780: end loop;
10781:
10782: --
10783: -- Delete the messages.