DBA Data[Home] [Help]

APPS.MSC_ATP_UTILS dependencies on MSC_SATP_FUNC

Line 745: MSC_SATP_FUNC.Extend_Atp(x_atp_rec, x_return_status, 1);

741: IF PG_DEBUG in ('Y', 'C') THEN
742: msc_sch_wb.atp_debug('get_from_temp_table: ' || 'get from temp table, in LOOP,after exit');
743: END IF;
744:
745: MSC_SATP_FUNC.Extend_Atp(x_atp_rec, x_return_status, 1);
746:
747: x_atp_rec.row_id(i) := sched_rec.mdi_rowid;
748: x_atp_rec.inventory_item_id(i) :=sched_rec.inventory_item_id;
749: x_atp_rec.Inventory_Item_Name(i) := sched_rec.Inventory_Item_Name;

Line 3412: MSC_SATP_FUNC.Assign_Atp_Input_Rec(p_atp_rec,

3408: IF NVL(p_atp_rec.mandatory_item_flag(j), 2) = 1 THEN
3409: IF PG_DEBUG in ('Y', 'C') THEN
3410: msc_sch_wb.atp_debug('Add Included item for line := ' || j);
3411: END IF;
3412: MSC_SATP_FUNC.Assign_Atp_Input_Rec(p_atp_rec,
3413: j,
3414: l_atp_rec,
3415: l_ret_status );
3416: END IF;