DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on WIP_PARAMETERS

Line 2177: -- get the response_code from WIP_PARAMETERS TABLE

2173: (wrv1.demand_source_header_id <> p_header_id OR
2174: wrv1.demand_source_line_id <> p_line_id)));
2175:
2176: BEGIN
2177: -- get the response_code from WIP_PARAMETERS TABLE
2178: SELECT so_change_response_type
2179: INTO l_response_code
2180: FROM wip_parameters
2181: WHERE organization_id = p_org_id;

Line 2180: FROM wip_parameters

2176: BEGIN
2177: -- get the response_code from WIP_PARAMETERS TABLE
2178: SELECT so_change_response_type
2179: INTO l_response_code
2180: FROM wip_parameters
2181: WHERE organization_id = p_org_id;
2182:
2183: IF (l_response_code = WIP_CONSTANTS.NEVER) THEN
2184: x_status := fnd_api.g_ret_sts_success;