DBA Data[Home] [Help]

APPS.WSMPVLDT dependencies on WIP_REVISIONS

Line 5723: wip_revisions.routing_revision (

5719: if l_rtg_rev is null then
5720: l_rtg_rev_date := nvl(l_rtg_rev_date,sysdate);
5721: end if;
5722:
5723: wip_revisions.routing_revision (
5724: p_organization_id => l_organization_id
5725: , p_item_id => l_item_id
5726: , p_revision => l_rtg_rev
5727: , p_revision_date => l_rtg_rev_date

Line 6856: wip_revisions.routing_revision (

6852:
6853: /* BA 2662639 */
6854: If WSMPVLDT.l_wrji_error_flag = 0 Then -- This is needed to avoid ORA-01001 Invalid CURSOR error.
6855:
6856: wip_revisions.routing_revision (
6857: p_organization_id => l_organization_id
6858: , p_item_id => l_temp
6859: , p_revision => l_routing_rev
6860: , p_revision_date => l_rev_date

Line 6938: wip_revisions.bom_revision (

6934: /*BA 2662639 */
6935:
6936: If WSMPVLDT.l_wrji_error_flag = 0 Then -- This is needed to avoid ORA-01001 Invalid CURSOR error.
6937:
6938: wip_revisions.bom_revision (
6939: p_organization_id => l_organization_id
6940: , p_item_id => l_temp
6941: , p_revision => l_bom_revision
6942: , p_revision_date => l_bom_revision_date

Line 7055: /* ST : 3712972 validation not required as the check will be done in wip_revisions.bom_revision

7051: | validate bom_revision/bom_revision_date |
7052: | in wsm_resulting_jobs_interface table |
7053: +-----------------------------------------*/
7054:
7055: /* ST : 3712972 validation not required as the check will be done in wip_revisions.bom_revision
7056: BEGIN
7057: FOR REV_REC in REV_CUR(l_header_id)
7058: LOOP
7059: BEGIN