DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on WIP_COMMON

Line 122: x_bom_rev_exists := wip_common.bill_exists(

118: end ;
119:
120:
121:
122: x_bom_rev_exists := wip_common.bill_exists(
123: p_item_id => x_item_id,
124: p_org_id => x_org_id );
125:
126: if (x_bom_rev_exists = -1) then

Line 132: x_rev_exists := wip_common.revision_exists(

128: raise PROGRAM_ERROR ;
129: end if ;
130:
131:
132: x_rev_exists := wip_common.revision_exists(
133: p_item_id => x_item_id,
134: p_org_id => x_org_id );
135:
136: if(x_rev_exists in (-1, -2)) then

Line 260: x_rtg_exists := wip_common.routing_exists(

256: null ;
257: end ;
258:
259:
260: x_rtg_exists := wip_common.routing_exists(
261: p_item_id => x_item_id,
262: p_org_id => x_org_id,
263: p_eff_date => x_txn_date );
264:

Line 342: x_bom_exists := wip_common.bill_exists(

338:
339: end ;
340:
341:
342: x_bom_exists := wip_common.bill_exists(
343: p_item_id => x_item_id,
344: p_org_id => x_org_id );
345:
346: IF (x_bom_exists = -1) then

Line 355: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

351: x_success := 1;
352:
353: ELSE
354: /* 3033785 */
355: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
356: x_released_revs_meaning
357: );
358: BOM_REVISIONS.Get_Revision
359: (type => 'PART',

Line 423: x_rtg_exists := wip_common.routing_exists(

419: null ;
420:
421: end ;
422:
423: x_rtg_exists := wip_common.routing_exists(
424: p_item_id => x_item_id,
425: p_org_id => x_org_id,
426: p_eff_date => x_txn_date );
427:

Line 431: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

427:
428:
429: if (x_rtg_exists = 1) then
430: /* 3033785 */
431: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
432: x_released_revs_meaning
433: );
434: BOM_REVISIONS.Get_Revision
435: (type => 'PROCESS',