DBA Data[Home] [Help]

APPS.MSC_ATP_UTILS dependencies on MSC_SATP_FUNC

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

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

Line 3358: MSC_SATP_FUNC.Assign_Atp_Input_Rec(p_atp_rec,

3354: IF NVL(p_atp_rec.mandatory_item_flag(j), 2) = 1 THEN
3355: IF PG_DEBUG in ('Y', 'C') THEN
3356: msc_sch_wb.atp_debug('Add Included item for line := ' || j);
3357: END IF;
3358: MSC_SATP_FUNC.Assign_Atp_Input_Rec(p_atp_rec,
3359: j,
3360: l_atp_rec,
3361: l_ret_status );
3362: END IF;