DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_LOGGER

Line 803: l_params wip_logger.param_tbl_t;

799: l_dummy2 VARCHAR2(1);
800: l_logLevel number;
801: l_supply_subinventory VARCHAR2(30) := NULL;
802: l_supply_locator_id NUMBER := NULL;
803: l_params wip_logger.param_tbl_t;
804: l_line_id NUMBER := NULL;
805: l_org_id NUMBER;
806: l_ret_exp_status boolean := true;
807:

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;