DBA Data[Home] [Help]

APPS.MSC_ATP_REQ dependencies on MSC_BOM_TEMP

Line 9576: FROM msc_bom_temp mbt,

9572: -- krajan : 2400614
9573: mbt.source_organization_id,
9574: -- krajan : 2462661
9575: mbt.atp_flag
9576: FROM msc_bom_temp mbt,
9577: msc_calendar_dates c2,
9578: msc_calendar_dates c1,
9579: msc_trading_partners tp
9580: WHERE mbt.session_id = MSC_ATP_PVT.G_SESSION_ID

Line 9760: -- Check if Records exist in MSC_BOM_TEMP table in case of PDS. If yes,

9756:
9757: i := l_explode_comp.inventory_item_id.FIRST;
9758: l_bill_seq_id := p_bill_seq_id; --(3004862) circular BOM issue
9759:
9760: -- Check if Records exist in MSC_BOM_TEMP table in case of PDS. If yes,
9761: -- open cto_comp cursor instead of cursor comp.
9762:
9763: -- 2869830
9764: l_rounding_flag := nvl(MSC_ATP_PVT.G_ITEM_INFO_REC.rounding_control_type, 2);