DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PUB dependencies on WSMPUTIL

Line 93: WSMPUTIL.GET_JOB_BOM_SEQ_ID(wdj.wip_entity_id) bill_sequence_id,-- Fix for bug #3286849

89: --nvl(wdj.routing_revision_date, sysdate) routing_revision_date,
90: decode(l_rout_rev_basis,2,l_new_rev_date_rou,nvl(wdj.routing_revision_date, sysdate)) routing_revision_date,
91: decode(wdj.job_type, 1, wdj.primary_item_id, wdj.bom_reference_id) bill_item_id,-- Fix for bug #3347947
92: wdj.alternate_bom_designator alt_bom_desig,
93: WSMPUTIL.GET_JOB_BOM_SEQ_ID(wdj.wip_entity_id) bill_sequence_id,-- Fix for bug #3286849
94: wdj.common_bom_sequence_id,
95: -- wdj.bom_revision_date, --commented for 12.1 refresh bom/routing revision date project
96: decode(l_bom_rev_basis,2,l_new_rev_date_bom,wdj.bom_revision_date) bom_revision_date,
97: wdj.wip_supply_type,

Line 157: IF (WSMPUTIL.CREATE_LBJ_COPY_RTG_PROFILE(p_org_id) = 2) THEN

153:
154:
155:
156:
157: IF (WSMPUTIL.CREATE_LBJ_COPY_RTG_PROFILE(p_org_id) = 2) THEN
158: --"Profile 'WSM: Create Lot Based Jobs Copy Routing' is set to NO. Cannot refresh Job Copies. "
159: fnd_message.set_name('WSM', 'WSM_USE_COPY_NOT_SET_ERR');
160: fnd_file.put_line(fnd_file.log, fnd_message.get);
161: