DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_SUB_OP_RESOURCES_PKG

Line 1: PACKAGE BODY WIP_SUB_OP_RESOURCES_PKG AS

1: PACKAGE BODY WIP_SUB_OP_RESOURCES_PKG AS
2: /* $Header: wipsorsb.pls 120.9 2011/09/30 13:59:12 sisankar ship $ */
3:
4: procedure add_resource(
5: p_org_id in number,

Line 835: wip_logger.entryPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',

831: l_params(4).paramName := 'l_Substitute_Group_Num';
832: l_params(4).paramValue := l_Substitute_Group_Num;
833: l_params(5).paramName := 'l_Replacement_Group_Num';
834: l_params(5).paramValue := l_Replacement_Group_Num;
835: wip_logger.entryPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',
836: p_params => l_params,
837: x_returnStatus => x_status);
838: if(x_status <> fnd_api.g_ret_sts_success) then
839: raise fnd_api.g_exc_unexpected_error;

Line 1204: wip_logger.log('WIP_SUB_OP_RESOURCES_PKG.Replace_Resources: ' ||

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;
1208: end if;

Line 1237: wip_logger.exitPoint(p_procName => 'wip_sub_op_resources_pkg.replace_resources',

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
1241: end if;

Line 1293: END WIP_SUB_OP_RESOURCES_PKG;

1289: return false;
1290: END Applied_Primary_Res;
1291:
1292:
1293: END WIP_SUB_OP_RESOURCES_PKG;