DBA Data[Home] [Help]

APPS.MSC_ATP_EXCEPTIONS dependencies on MSC_EXCEPTION_DETAILS

Line 136: insert into msc_exception_details (

132: */
133:
134: -- First Insert Data into Exception Details
135: BEGIN
136: insert into msc_exception_details (
137: exception_detail_id,
138: exception_type,
139: quantity,
140: date1,-- Demand Satisfaction Date

Line 156: msc_exception_details_s.nextval,

152: created_by,
153: number4 -- Origination
154: )
155: values (
156: msc_exception_details_s.nextval,
157: p_exception_rec.exception_type,
158: p_exception_rec.quantity,
159: p_exception_rec.demand_satisfy_date, -- This is a misnomer. This actually contains demand date.
160: p_exception_rec.demand_id,