DBA Data[Home] [Help]

APPS.CZ_OM_ATP_CALLBACK dependencies on MSC_ATP_GLOBAL

Line 20: 05/20/2004 change in get atp session id by calling the new api: MSC_ATP_GLOBAL.get_atp_session_id

16: 4. Retrieve any possible error message even when ATP call's return status is success
17:
18: 08/2003 APS patch set J support
19:
20: 05/20/2004 change in get atp session id by calling the new api: MSC_ATP_GLOBAL.get_atp_session_id
21: (This requires ATP's new patch 3604429 which contains the ATP team's change for
22: APS patch set J in the old patch 3052937)
23: */
24:

Line 115: MSC_ATP_GLOBAL.extend_atp(g_atp_rec, g_return_status, p_count);

111: ' ,x_return_status => cz_om_atp_callback.g_return_status ' ||
112: ' ,p_index => cz_om_atp_callback.g_count); ' ||
113: ' END;';
114: ELSE
115: MSC_ATP_GLOBAL.extend_atp(g_atp_rec, g_return_status, p_count);
116: END IF;
117:
118: IF (g_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
119: RAISE extend_atp_rec_exc;

Line 456: aps_version := MSC_ATP_GLOBAL.get_aps_version;

452: cz_utils.log_report('cz_om_atp_callback', 'call_atp', l_ndebug,
453: 'CZ session ' || p_config_session_key || ': starting cz_om_atp_callback.call_atp',
454: fnd_log.LEVEL_PROCEDURE);
455:
456: aps_version := MSC_ATP_GLOBAL.get_aps_version;
457: l_ndebug := 1;
458: cz_utils.log_report('cz_om_atp_callback', 'call_atp', l_ndebug,
459: 'aps_version ' || aps_version, fnd_log.LEVEL_PROCEDURE);
460:

Line 584: MSC_ATP_GLOBAL.get_atp_session_id(l_atp_session_id, l_return_status);

580: END IF;
581: l_ndebug := 5;
582:
583: -- calculate ATP
584: MSC_ATP_GLOBAL.get_atp_session_id(l_atp_session_id, l_return_status);
585: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
586: raise l_atp_session_id_exc;
587: END IF;
588:

Line 752: l_msg_data := 'Fail in getting an atp session id from MSC_ATP_GLOBAL';

748: AND seq_no = 1;
749: COMMIT;
750:
751: WHEN l_atp_session_id_exc THEN
752: l_msg_data := 'Fail in getting an atp session id from MSC_ATP_GLOBAL';
753: cz_utils.log_report('cz_om_atp_callback', 'call_atp', l_ndebug,
754: l_msg_data, fnd_log.LEVEL_ERROR);
755: UPDATE cz_atp_requests SET msg_data = l_msg_data
756: WHERE configurator_session_key = p_config_session_key