DBA Data[Home] [Help]

APPS.CZ_OM_ATP_CALLBACK dependencies on CTO_CONFIG_ITEM_PK

Line 136: -- Appends mandatory components returned from cto_config_item_pk

132:
133: END extend_atp_record;
134:
135: --------------------------------------------------------------------------------
136: -- Appends mandatory components returned from cto_config_item_pk
137: -- to the original ATP record generated from cz_atp_requests
138: PROCEDURE append_mandatory_comps(p_mc_atp_rec IN MRP_ATP_PUB.atp_rec_typ) IS
139: l_atp_rec_length NUMBER;
140: l_atp_rec_index NUMBER;

Line 534: cto_config_item_pk.get_mandatory_components(g_atp_rec,

530: cz_utils.log_report('cz_om_atp_callback', 'call_atp', l_ndebug,
531: 'Before calling get_mandatory_comps.', fnd_log.LEVEL_PROCEDURE);
532: l_model_inv_item_id := g_atp_rec.inventory_item_id(1);
533: l_mc_result :=
534: cto_config_item_pk.get_mandatory_components(g_atp_rec,
535: p_warehouse_id, l_model_inv_item_id, l_mc_atp_rec,
536: l_mc_error, l_mc_message_name, l_mc_tbl_name);
537:
538: l_ndebug := 4;