DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PUB dependencies on WSMPUTIL

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

85: decode(l_rout_rev_basis,2,l_new_rev_date_rou,nvl(wdj.routing_revision_date, sysdate)) routing_revision_date,--12.1 Routing/BOM Revision Date Refresh Programme
86:
87: decode(wdj.job_type, 1, wdj.primary_item_id, wdj.bom_reference_id) bill_item_id,-- Fix for bug #3347947
88: wdj.alternate_bom_designator alt_bom_desig,
89: WSMPUTIL.GET_JOB_BOM_SEQ_ID(wdj.wip_entity_id) bill_sequence_id,-- Fix for bug #3286849
90: wdj.common_bom_sequence_id,
91: -- wdj.bom_revision_date, --commented for 12.1 refresh bom/routing revision date project
92: decode(l_bom_rev_basis,2,l_new_rev_date_bom,wdj.bom_revision_date) bom_revision_date,--12.1 Routing/BOM Revision Date Refresh Programme
93: wdj.wip_supply_type,

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

166:
167:
168:
169:
170: IF (WSMPUTIL.CREATE_LBJ_COPY_RTG_PROFILE(p_org_id) = 2) THEN
171: --"Profile 'WSM: Create Lot Based Jobs Copy Routing' is set to NO. Cannot refresh Job Copies. "
172: fnd_message.set_name('WSM', 'WSM_USE_COPY_NOT_SET_ERR');
173: fnd_file.put_line(fnd_file.log, fnd_message.get);
174: