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 259: x_rtg_exists := wip_common.routing_exists(

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

Line 341: x_bom_exists := wip_common.bill_exists(

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

Line 354: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

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

Line 422: x_rtg_exists := wip_common.routing_exists(

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

Line 430: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

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