DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on OKS_OMINT_PUB

Line 3420: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'Calling oks_omint_pub.get_duration to get the duration.');

3416: -- calculate the service end date.
3417: -- call OKS public API to get the end date.
3418: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3419: THEN
3420: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'Calling oks_omint_pub.get_duration to get the duration.');
3421: END IF;
3422: oks_omint_pub.get_duration
3423: (p_api_version => 11.5,
3424: p_init_msg_list => fnd_api.g_false,

Line 3422: oks_omint_pub.get_duration

3418: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3419: THEN
3420: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'Calling oks_omint_pub.get_duration to get the duration.');
3421: END IF;
3422: oks_omint_pub.get_duration
3423: (p_api_version => 11.5,
3424: p_init_msg_list => fnd_api.g_false,
3425: x_msg_count => x_msg_count,
3426: x_msg_data => x_msg_data,

Line 3443: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'Error in oks_omint_pub.get_duration. Error msg is: '||x_msg_data);

3439: IF x_return_status <> fnd_api.g_ret_sts_success
3440: THEN
3441: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3442: THEN
3443: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'Error in oks_omint_pub.get_duration. Error msg is: '||x_msg_data);
3444: END IF;
3445: RAISE fnd_api.g_exc_error;
3446:
3447: END IF;