DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_OPERATION_DEFAULT

Line 271: WIP_OPERATION_DEFAULT.Default_Operations

267: cur_job.organization_id) LOOP
268:
269: BEGIN
270:
271: WIP_OPERATION_DEFAULT.Default_Operations
272: (p_group_id,
273: p_parent_header_id,
274: l_cur.wip_entity_id,
275: l_cur.organization_id,

Line 282: wip_logger.log('Error in WIP_OPERATION_DEFAULT.Default_Operations,l_cur.wip_entity_id='||l_cur.wip_entity_id,l_dummy2);

278: x_err_msg ,
279: x_return_status );
280: exception
281: when others then
282: wip_logger.log('Error in WIP_OPERATION_DEFAULT.Default_Operations,l_cur.wip_entity_id='||l_cur.wip_entity_id,l_dummy2);
283: wip_logger.log(SQLERRM,l_dummy2);
284: raise;
285: end;
286: