DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_REVISIONS

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

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

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

4640: else
4641: l_rev_date := SYSDATE;
4642: end if;
4643:
4644: wip_revisions.bom_revision (v_wlji_org(v_index),
4645: v_wlji_item(v_index),
4646: v_wlji_bom_revision(v_index),
4647: v_wlji_bom_revision_date(v_index),
4648: l_rev_date);

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

4647: v_wlji_bom_revision_date(v_index),
4648: l_rev_date);
4649:
4650:
4651: wip_revisions.routing_revision (v_wlji_org(v_index),
4652: v_wlji_item(v_index),
4653: v_wlji_routing_revision(v_index),
4654: v_wlji_routing_revision_date(v_index),
4655: l_rev_date);

Line 5061: --wip_revisions.bom_revision (

5057: -- which is not right, instead, we should validate / default
5058: -- the revision of the starting lot, so comment out the following
5059:
5060: --l_rev_sysdate := sysdate;
5061: --wip_revisions.bom_revision (
5062: -- v_wlji_org(v_index),
5063: -- v_wsli(v_wlji_source_line_id(v_index)).inventory_item_id,
5064: -- l_source_item_rev,
5065: -- l_source_item_rev_date,

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

5796: else
5797: l_rev_date := SYSDATE;
5798: end if;
5799:
5800: wip_revisions.bom_revision (v_wlji_org(v_index),
5801: v_wlji_item(v_index),
5802: v_wlji_bom_revision(v_index),
5803: v_wlji_bom_revision_date(v_index),
5804: l_rev_date);

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

5803: v_wlji_bom_revision_date(v_index),
5804: l_rev_date);
5805:
5806:
5807: wip_revisions.routing_revision (v_wlji_org(v_index),
5808: v_wlji_item(v_index),
5809: v_wlji_routing_revision(v_index),
5810: v_wlji_routing_revision_date(v_index),
5811: l_rev_date);