DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_REVISIONS

Line 4627: -- CZH.I_OED-1: if we are creating a job (load_type = 5), wip_revisions.routing_revision

4623: -- *** get revisions begin ***
4624: -- this procedure is called only after date validation so that the start date is not null.
4625: -- this is to be called only for job creation.
4626:
4627: -- CZH.I_OED-1: if we are creating a job (load_type = 5), wip_revisions.routing_revision
4628: -- is called, hence, v_wlji_routing_revision_date(v_index) will be populated
4629:
4630: if v_wlji_load_type(v_index) = 5 and v_wlji_job_type(v_index) <> 3 then
4631:

Line 4638: wip_revisions.bom_revision (v_wlji_org(v_index),

4634: else
4635: l_rev_date := SYSDATE;
4636: end if;
4637:
4638: wip_revisions.bom_revision (v_wlji_org(v_index),
4639: v_wlji_item(v_index),
4640: v_wlji_bom_revision(v_index),
4641: v_wlji_bom_revision_date(v_index),
4642: l_rev_date);

Line 4645: wip_revisions.routing_revision (v_wlji_org(v_index),

4641: v_wlji_bom_revision_date(v_index),
4642: l_rev_date);
4643:
4644:
4645: wip_revisions.routing_revision (v_wlji_org(v_index),
4646: v_wlji_item(v_index),
4647: v_wlji_routing_revision(v_index),
4648: v_wlji_routing_revision_date(v_index),
4649: l_rev_date);

Line 5055: --wip_revisions.bom_revision (

5051: -- which is not right, instead, we should validate / default
5052: -- the revision of the starting lot, so comment out the following
5053:
5054: --l_rev_sysdate := sysdate;
5055: --wip_revisions.bom_revision (
5056: -- v_wlji_org(v_index),
5057: -- v_wsli(v_wlji_source_line_id(v_index)).inventory_item_id,
5058: -- l_source_item_rev,
5059: -- l_source_item_rev_date,

Line 5794: wip_revisions.bom_revision (v_wlji_org(v_index),

5790: else
5791: l_rev_date := SYSDATE;
5792: end if;
5793:
5794: wip_revisions.bom_revision (v_wlji_org(v_index),
5795: v_wlji_item(v_index),
5796: v_wlji_bom_revision(v_index),
5797: v_wlji_bom_revision_date(v_index),
5798: l_rev_date);

Line 5801: wip_revisions.routing_revision (v_wlji_org(v_index),

5797: v_wlji_bom_revision_date(v_index),
5798: l_rev_date);
5799:
5800:
5801: wip_revisions.routing_revision (v_wlji_org(v_index),
5802: v_wlji_item(v_index),
5803: v_wlji_routing_revision(v_index),
5804: v_wlji_routing_revision_date(v_index),
5805: l_rev_date);