DBA Data[Home] [Help]

APPS.WIP_UNRELEASE dependencies on WIP_OSP

Line 164: IF (WIP_OSP.PO_REQ_EXISTS( p_wip_entity_id => x_wip_id

160: BEGIN
161:
162: open c_lock; -- for bug fix 8977276 (FP 8946106)
163:
164: IF (WIP_OSP.PO_REQ_EXISTS( p_wip_entity_id => x_wip_id
165: ,p_rep_sched_id => x_rep_id
166: ,p_organization_id => x_org_id
167: ,p_entity_type => x_ent_type ) = TRUE) THEN
168: FND_MESSAGE.SET_NAME('WIP','WIP_UNRLS_JOB/SCHED_OPEN_PO');