DBA Data[Home] [Help]

APPS.WIP_JSI_PROCESSOR dependencies on WIP_EAM_UTILS

Line 397: WIP_EAM_UTILS.create_default_operation ( x_org_id,

393:
394: /* Fix for Bug#3201290 */
395: if ((x_load_type = WIP_CONSTANTS.CREATE_EAM_JOB)
396: and (x_status_type = WIP_CONSTANTS.RELEASED)) then
397: WIP_EAM_UTILS.create_default_operation ( x_org_id,
398: x_entity_id
399: ) ;
400: end if ;
401:

Line 414: WIP_EAM_UTILS.copy_attachments(

410: WHERE
411: wi.rowid = WIP_JSI_Utils.current_rowid and
412: wi.wip_entity_id = wdj.wip_entity_id;
413:
414: WIP_EAM_UTILS.copy_attachments(
415: 'Y', /* copy_asset_attachments IN VARCHAR2, */
416: 'Y', /* copy_activity_attachments IN VARCHAR2, */
417: 'Y', /* copy_activity_bom_attachments IN VARCHAR2, */
418: 'Y', /* copy_activity_rtng_attachments IN VARCHAR2, */

Line 639: WIP_EAM_UTILS.create_default_operation ( x_org_id,

635:
636: /* Fix for Bug#3201290 */
637: if ((x_load_type = WIP_CONSTANTS.RESCHED_EAM_JOB)
638: and (x_status_type = WIP_CONSTANTS.RELEASED)) then
639: WIP_EAM_UTILS.create_default_operation ( x_org_id,
640: x_entity_id
641: ) ;
642: end if ;
643: