DBA Data[Home] [Help]

APPS.WSMPJITH dependencies on BOM_REVISIONS

Line 162: BOM_REVISIONS.Get_Revision

158: --begin bugfix 2050277
159:
160: -- if bom_revision is null, then, get the default value
161: if ( copy_wlji.bom_revision is null ) then
162: BOM_REVISIONS.Get_Revision
163: (type => 'PART',
164: eco_status => 'ALL',
165: examine_type => 'ALL',
166: org_id => copy_wlji.organization_id,

Line 176: BOM_REVISIONS.Get_Revision

172: end if;
173:
174: -- if routing_revision is null, then, get the default value
175: if ( copy_wlji.routing_revision is null ) then
176: BOM_REVISIONS.Get_Revision
177: (type => 'PROCESS',
178: eco_status => 'ALL',
179: examine_type => 'ALL',
180: org_id => copy_wlji.organization_id,