DBA Data[Home] [Help]

APPS.AMV_UTILITY_PVT dependencies on AMV_I_PERSPECTIVES_B

Line 471: From amv_i_perspectives_b

467: ) RETURN Boolean AS
468: --
469: CURSOR Check_PerspectiveID_csr is
470: Select perspective_id
471: From amv_i_perspectives_b
472: where perspective_id = p_perspective_id;
473: l_valid_flag BOOLEAN := FALSE;
474: l_tmp_number NUMBER;
475: --