DBA Data[Home] [Help]

APPS.BIS_VG_UTIL dependencies on ALL_COL_COMMENTS

Line 1506: FROM all_col_comments

1502: WHERE UPPER(language_code) = UPPER(p_language);
1503:
1504: CURSOR l_get_comments_cur IS
1505: SELECT comments
1506: FROM all_col_comments
1507: WHERE table_name = UPPER(p_view_name)
1508: AND owner = UPPER(p_view_owner)
1509: AND column_name = UPPER(p_column_name);
1510:

Line 1546: l_comments all_col_comments.comments%TYPE;

1542: AND descriptive_flex_context_code = p_context_code
1543: AND application_column_name = p_app_column
1544: AND language = UPPER(p_language);
1545:
1546: l_comments all_col_comments.comments%TYPE;
1547: l_flex_type VARCHAR2(12);
1548:
1549: l_kf_prompt_stmt VARCHAR2(200);
1550: