DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_CONSTANTS

Line 150: WIP_CONSTANTS.YES_AUTO,

146: nvl(wo1.last_unit_completion_date, -- last_unit_completion_date
147: wdj.scheduled_start_date),
148: x_prev_op_seq_num,
149: x_next_op_seq_num,
150: WIP_CONSTANTS.YES_AUTO,
151: decode(x_next_op_seq_num,
152: NULL, WIP_CONSTANTS.YES, WIP_CONSTANTS.NO),
153: bso.operation_description,
154: bso.attribute_category,

Line 152: NULL, WIP_CONSTANTS.YES, WIP_CONSTANTS.NO),

148: x_prev_op_seq_num,
149: x_next_op_seq_num,
150: WIP_CONSTANTS.YES_AUTO,
151: decode(x_next_op_seq_num,
152: NULL, WIP_CONSTANTS.YES, WIP_CONSTANTS.NO),
153: bso.operation_description,
154: bso.attribute_category,
155: bso.attribute1,
156: bso.attribute2,

Line 460: wip_constants.get_ora_error(

456: return;
457:
458: exception
459: when others then
460: wip_constants.get_ora_error(
461: application => 'WIP',
462: proc_name => 'WIP_OPERATIONS_PKG.ADD');
463: fnd_message.raise_error;
464: