DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_CONSTANTS

Line 62: nvl(p_basis_type, WIP_CONSTANTS.PER_LOT),

58: p_operation_seq_num,
59: p_resource_seq_num,
60: p_resource_id,
61: p_uom_code,
62: nvl(p_basis_type, WIP_CONSTANTS.PER_LOT),
63: p_activity_id,
64: p_standard_rate_flag,
65: 0, -- usage_rate_or_amount
66: WIP_CONSTANTS.NO, -- scheduled_flag

Line 66: WIP_CONSTANTS.NO, -- scheduled_flag

62: nvl(p_basis_type, WIP_CONSTANTS.PER_LOT),
63: p_activity_id,
64: p_standard_rate_flag,
65: 0, -- usage_rate_or_amount
66: WIP_CONSTANTS.NO, -- scheduled_flag
67: 1, -- assigned_units
68: WIP_CONSTANTS.MANUAL, -- autocharge_type
69: 0, -- applied_resource_units
70: 0, -- applied_resource_value

Line 68: WIP_CONSTANTS.MANUAL, -- autocharge_type

64: p_standard_rate_flag,
65: 0, -- usage_rate_or_amount
66: WIP_CONSTANTS.NO, -- scheduled_flag
67: 1, -- assigned_units
68: WIP_CONSTANTS.MANUAL, -- autocharge_type
69: 0, -- applied_resource_units
70: 0, -- applied_resource_value
71: p_start_date,
72: p_completion_date);

Line 128: wip_constants.get_ora_error(

124: return;
125:
126: exception
127: when OTHERS then
128: wip_constants.get_ora_error(
129: application => 'WIP',
130: proc_name => 'WIP_SUB_OPERATION_RESOURCES_PKG.ADD_RESOURCE');
131: fnd_message.raise_error;
132: end add_resource;

Line 202: nvl(wcti.basis_type, WIP_CONSTANTS.PER_LOT),

198: wcti.operation_seq_num,
199: wcti.resource_seq_num,
200: wcti.resource_id,
201: wcti.primary_uom,
202: nvl(wcti.basis_type, WIP_CONSTANTS.PER_LOT),
203: br.default_activity_id,
204: wcti.standard_rate_flag,
205: 0, -- usage_rate_or_amount
206: WIP_CONSTANTS.NO, -- scheduled_flag

Line 206: WIP_CONSTANTS.NO, -- scheduled_flag

202: nvl(wcti.basis_type, WIP_CONSTANTS.PER_LOT),
203: br.default_activity_id,
204: wcti.standard_rate_flag,
205: 0, -- usage_rate_or_amount
206: WIP_CONSTANTS.NO, -- scheduled_flag
207: 1, -- assigned_units
208: WIP_CONSTANTS.MANUAL, -- autocharge_type
209: 0, -- applied_resource_units
210: 0, -- applied_resource_value

Line 208: WIP_CONSTANTS.MANUAL, -- autocharge_type

204: wcti.standard_rate_flag,
205: 0, -- usage_rate_or_amount
206: WIP_CONSTANTS.NO, -- scheduled_flag
207: 1, -- assigned_units
208: WIP_CONSTANTS.MANUAL, -- autocharge_type
209: 0, -- applied_resource_units
210: 0, -- applied_resource_value
211: wo.first_unit_start_date,
212: wo.last_unit_completion_date,

Line 824: if (l_logLevel <= wip_constants.trace_logging) then

820: l_logLevel := fnd_log.g_current_runtime_level;
821:
822: SAVEPOINT start_point;
823:
824: if (l_logLevel <= wip_constants.trace_logging) then
825: l_params(1).paramName := 'l_Wip_Entity_Id';
826: l_params(1).paramValue := l_Wip_Entity_Id;
827: l_params(2).paramName := 'l_Repetitive_Sched_Id';
828: l_params(2).paramValue := l_Repetitive_Sched_Id;

Line 1203: if (l_logLevel <= wip_constants.trace_logging) then

1199: x_return_status => x_status,
1200: x_msg_data => x_msg_data);
1201:
1202: if (x_status <> fnd_api.g_ret_sts_success) then
1203: if (l_logLevel <= wip_constants.trace_logging) then
1204: wip_logger.log('WIP_SUB_OP_RESOURCES_PKG.Replace_Resources: ' ||
1205: 'wip_picking_pub.Update_Requirement_SubinvLoc failed..', l_dummy2);
1206: end if;
1207: raise fnd_api.g_exc_unexpected_error;

Line 1236: if (l_logLevel <= wip_constants.trace_logging) then

1232: */
1233: /* End of this block for bug 4996849 fix. */
1234:
1235: x_status := fnd_api.g_ret_sts_success;
1236: if (l_logLevel <= wip_constants.trace_logging) then
1237: wip_logger.exitPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',
1238: p_procReturnStatus => x_status,
1239: p_msg => 'procedure succeeded',
1240: x_returnStatus => l_dummy2); --discard logging return status