DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV3 dependencies on FND_FILE

Line 61: fnd_file.put_line(fnd_file.log, '** Exception in get_split_multiplier');

57: END IF;
58:
59: EXCEPTION
60: WHEN OTHERS THEN
61: fnd_file.put_line(fnd_file.log, '** Exception in get_split_multiplier');
62: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
63: PO_MESSAGE_S.SQL_ERROR('GET_SPLIT_MULTIPLIER', x_progress, sqlcode);
64: END;
65:

Line 62: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);

58:
59: EXCEPTION
60: WHEN OTHERS THEN
61: fnd_file.put_line(fnd_file.log, '** Exception in get_split_multiplier');
62: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
63: PO_MESSAGE_S.SQL_ERROR('GET_SPLIT_MULTIPLIER', x_progress, sqlcode);
64: END;
65:
66: END PO_ASL_UPGRADE_SV3;