APPS.INVWATP dependencies on MTL_DEMAND_INTERFACE_S
Line 39: mtl_demand_interface_s.nextval
35: -- atp group id. if n_column2 = 1, get it from sequence,
36: -- if not use the existing one.
37: if x_n_column2 = 1 then
38: select 39: mtl_demand_interface_s.nextval 40: into
41: rec_mgav.ATP_GROUP_ID
42: from
43: dual;