DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_MOVE_VALIDATOR

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

10163: /*----------------+
10164: | Move Validation |
10165: +-----------------*/
10166: -- derive and validate all necessary info
10167: wip_move_validator.validate(p_group_id => p_group_id,
10168: p_initMsgList => fnd_api.g_true);
10169:
10170: -- There is no return status from this routine. IF some record error out,
10171: -- just neglect it and continue validating other records. The error record

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

11530:
11531: /*End: Bug 13103060 print completion label for ez completion*/
11532:
11533: -- Perform some validations that have not done in the UI
11534: wip_move_validator.validateOATxn(p_group_id => p_group_id);
11535: l_process_phase := '4';
11536:
11537: -- Process move and material records.
11538: wip_movProc_priv.processIntf