DBA Data[Home] [Help]

APPS.OKE_CHECK_HOLD_PKG dependencies on OKE_K_LINES_V

Line 88: from oke_k_lines_v

84: return TRUE;
85: Exception
86: when no_data_found then
87: select parent_line_id into l_parent_line_id
88: from oke_k_lines_v
89: where k_line_id = p_k_line_id;
90: if l_parent_line_id is not null
91: then return is_line_hold(l_parent_line_id, x_msg_data);
92: else return FALSE;