DBA Data[Home] [Help]

APPS.WIP_RES_INST_DEFAULT dependencies on WIP_JOB_DETAILS

Line 47: if (p_substitution_type = WIP_JOB_DETAILS.wip_add) then

43:
44: x_state_num := x_state_num + 1;
45:
46: /* Derive date_info */
47: if (p_substitution_type = WIP_JOB_DETAILS.wip_add) then
48: SELECT start_date, completion_date
49: INTO x_start_date, x_completion_date
50: FROM WIP_OPERATION_RESOURCES
51: WHERE wip_entity_id = p_wip_entity_id