DBA Data[Home] [Help]

APPS.WIP_OPERATION_DEFAULT dependencies on WIP_CONSTANTS

Line 30: AND process_phase = WIP_CONSTANTS.ML_VALIDATION

26: attribute6, attribute7, attribute8, attribute9, attribute10,
27: attribute11, attribute12, attribute13, attribute14, attribute15
28: FROM WIP_JOB_DTLS_INTERFACE
29: WHERE group_id = p_group_id
30: AND process_phase = WIP_CONSTANTS.ML_VALIDATION
31: AND process_status in (WIP_CONSTANTS.RUNNING,WIP_CONSTANTS.WARNING)
32: AND wip_entity_id = p_wip_entity_id
33: AND organization_id = p_organization_id
34: AND load_type = WIP_JOB_DETAILS.WIP_OPERATION

Line 31: AND process_status in (WIP_CONSTANTS.RUNNING,WIP_CONSTANTS.WARNING)

27: attribute11, attribute12, attribute13, attribute14, attribute15
28: FROM WIP_JOB_DTLS_INTERFACE
29: WHERE group_id = p_group_id
30: AND process_phase = WIP_CONSTANTS.ML_VALIDATION
31: AND process_status in (WIP_CONSTANTS.RUNNING,WIP_CONSTANTS.WARNING)
32: AND wip_entity_id = p_wip_entity_id
33: AND organization_id = p_organization_id
34: AND load_type = WIP_JOB_DETAILS.WIP_OPERATION
35: AND substitution_type = p_substitution_type