DBA Data[Home] [Help]

APPS.AMV_UTILITY_PVT dependencies on AMV_I_CONTENT_TYPES_B

Line 512: From amv_i_content_types_b

508: --
509: --
510: CURSOR Check_ContentTypeID_csr is
511: Select content_type_id
512: From amv_i_content_types_b
513: where content_type_id = p_content_type_id;
514: l_valid_flag BOOLEAN := FALSE;
515: l_tmp_number NUMBER;
516: --