DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_CONSTANTS

Line 152: WIP_CONSTANTS.YES_AUTO,

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

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

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

Line 462: wip_constants.get_ora_error(

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