DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_MOVE_VALIDATOR

Line 9814: wip_move_validator.validate(p_group_id => p_group_id,

9810: /*----------------+
9811: | Move Validation |
9812: +-----------------*/
9813: -- derive and validate all necessary info
9814: wip_move_validator.validate(p_group_id => p_group_id,
9815: p_initMsgList => fnd_api.g_true);
9816:
9817: -- There is no return status from this routine. IF some record error out,
9818: -- just neglect it and continue validating other records. The error record

Line 11043: wip_move_validator.validateOATxn(p_group_id => p_group_id);

11039: END IF;
11040: l_process_phase := '3';
11041:
11042: -- Perform some validations that have not done in the UI
11043: wip_move_validator.validateOATxn(p_group_id => p_group_id);
11044: l_process_phase := '4';
11045:
11046: -- Process move and material records.
11047: wip_movProc_priv.processIntf