DBA Data[Home] [Help]

APPS.WIP_MOVE_VALIDATOR dependencies on WIP_MOVE_VALIDATOR

Line 1: PACKAGE BODY wip_move_validator AS

1: PACKAGE BODY wip_move_validator AS
2: /* $Header: wipmovvb.pls 120.12 2007/09/17 21:19:06 kboonyap ship $ */
3: /*********************************************
4: * declare global variables for this package *
5: *********************************************/

Line 2915: wip_logger.entryPoint(p_procName => 'wip_move_validator.validate',

2911: -- write parameter value to log file
2912: if (l_logLevel <= wip_constants.trace_logging) then
2913: l_params(1).paramName := 'p_group_id';
2914: l_params(1).paramValue := p_group_id;
2915: wip_logger.entryPoint(p_procName => 'wip_move_validator.validate',
2916: p_params => l_params,
2917: x_returnStatus => l_returnStatus);
2918: end if;
2919:

Line 2984: wip_logger.exitPoint(p_procName => 'wip_move_validator.validate',

2980: -- derive the rest nessary info
2981: derive;
2982: -- write to the log file
2983: if (l_logLevel <= wip_constants.trace_logging) then
2984: wip_logger.exitPoint(p_procName => 'wip_move_validator.validate',
2985: p_procReturnStatus => fnd_api.g_ret_sts_success,
2986: p_msg => 'procedure complete',
2987: x_returnStatus => l_returnStatus);
2988: end if;

Line 2992: wip_logger.exitPoint(p_procName => 'wip_move_validator.validate',

2988: end if;
2989: EXCEPTION
2990: WHEN others THEN
2991: if (l_logLevel <= wip_constants.trace_logging) then
2992: wip_logger.exitPoint(p_procName => 'wip_move_validator.validate',
2993: p_procReturnStatus => fnd_api.g_ret_sts_unexp_error,
2994: p_msg => 'Unexpected Errors: ' || SQLERRM,
2995: x_returnStatus => l_returnStatus);
2996: end if;

Line 3086: wip_logger.entryPoint(p_procName => 'wip_move_validator.validateOATxn',

3082: -- write parameter value to log file
3083: if (l_logLevel <= wip_constants.trace_logging) then
3084: l_params(1).paramName := 'p_group_id';
3085: l_params(1).paramValue := p_group_id;
3086: wip_logger.entryPoint(p_procName => 'wip_move_validator.validateOATxn',
3087: p_params => l_params,
3088: x_returnStatus => l_returnStatus);
3089: end if;
3090:

Line 3250: wip_logger.exitPoint(p_procName => 'wip_move_validator.validateOATxn',

3246: AND wmti.process_status = WIP_CONSTANTS.RUNNING;
3247:
3248: -- write to the log file
3249: if (l_logLevel <= wip_constants.trace_logging) then
3250: wip_logger.exitPoint(p_procName => 'wip_move_validator.validateOATxn',
3251: p_procReturnStatus => fnd_api.g_ret_sts_success,
3252: p_msg => 'procedure complete',
3253: x_returnStatus => l_returnStatus);
3254: end if;

Line 3258: wip_logger.exitPoint(p_procName => 'wip_move_validator.validateOATxn',

3254: end if;
3255: EXCEPTION
3256: WHEN others THEN
3257: if (l_logLevel <= wip_constants.trace_logging) then
3258: wip_logger.exitPoint(p_procName => 'wip_move_validator.validateOATxn',
3259: p_procReturnStatus => fnd_api.g_ret_sts_unexp_error,
3260: p_msg => 'Unexpected Errors: ' || SQLERRM,
3261: x_returnStatus => l_returnStatus);
3262: end if;

Line 3266: END wip_move_validator;

3262: end if;
3263:
3264: END validateOATxn;
3265:
3266: END wip_move_validator;