DBA Data[Home] [Help]

APPS.WIP_CHANGE_STATUS dependencies on WIP_CHANGE_STATUS

Line 1: PACKAGE BODY WIP_CHANGE_STATUS AS

1: PACKAGE BODY WIP_CHANGE_STATUS AS
2: /* $Header: wippcstb.pls 120.12.12020000.3 2013/01/10 09:36:53 sjallipa ship $ */
3:
4:
5: PROCEDURE LOAD_QUEUE

Line 77: wip_logger.entryPoint(p_procName => 'WIP_CHANGE_STATUS.INSERT_PERIOD_BALANCES',

73: l_params(5).paramValue := P_class_code;
74: l_params(6).paramName := 'P_release_date';
75: l_params(6).paramValue := P_release_date;
76:
77: wip_logger.entryPoint(p_procName => 'WIP_CHANGE_STATUS.INSERT_PERIOD_BALANCES',
78: p_params => l_params,
79: x_returnStatus => x_returnStatus);
80: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
81: raise fnd_api.g_exc_unexpected_error;

Line 237: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.INSERT_PERIOD_BALANCES',

233: END IF;
234:
235:
236: if (l_logLevel <= wip_constants.trace_logging) then
237: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.INSERT_PERIOD_BALANCES',
238: p_procReturnStatus => 'S',
239: p_msg => 'Finished!',
240: x_returnStatus => x_returnStatus); --discard logging return status
241: end if;

Line 350: wip_logger.entryPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',

346: l_params(7).paramValue := P_new_status_type;
347: l_params(8).paramName := 'P_release_date';
348: l_params(8).paramValue := P_release_date;
349:
350: wip_logger.entryPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',
351: p_params => l_params,
352: x_returnStatus => x_returnStatus);
353: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
354: raise fnd_api.g_exc_unexpected_error;

Line 450: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',

446: END IF;
447: END IF; /*Bug 13004887(FP of 11935424 and 13003859)*/
448: END IF;
449: if (l_logLevel <= wip_constants.trace_logging) then
450: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',
451: p_procReturnStatus => 'S',
452: p_msg => 'Finished!',
453: x_returnStatus => x_returnStatus); --discard logging return status
454: end if;

Line 459: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',

455:
456: /*Fix Bug 8977276 (FP 8946106)*/
457: EXCEPTION
458: WHEN wip_constants.records_locked THEN
459: wip_logger.exitPoint(p_procName => 'WIP_CHANGE_STATUS.RELEASE',
460: p_procReturnStatus => 'E',
461: p_msg => 'WIP_LOCKED_ROW_ALREADY_LOCKED',
462: x_returnStatus => x_returnStatus);
463: fnd_message.set_name('WIP', 'WIP_LOCKED_ROW_ALREADY_LOCKED');

Line 608: END WIP_CHANGE_STATUS;

604:
605: END RELEASE_MES_WRAPPER;
606:
607:
608: END WIP_CHANGE_STATUS;