DBA Data[Home] [Help]

APPS.HRI_MTDT_CONC_REQUEST dependencies on HRI_BPL_CONC_ADMIN

Line 129: (p_page_list IN hri_bpl_conc_admin.page_list_tab_type,

125: -- Returns whether a table belongs to an area based on
126: -- whether any page in the list owns the table
127: -- ------------------------------------------------------------
128: FUNCTION is_table_owned_by_page
129: (p_page_list IN hri_bpl_conc_admin.page_list_tab_type,
130: p_table_name IN VARCHAR2)
131: RETURN VARCHAR2 IS
132:
133: l_page_found VARCHAR2(30);