DBA Data[Home] [Help]

APPS.BIS_PMV_UTIL dependencies on JDR_COMPONENTS

Line 987: where att_comp_docId in (select comp_docid from JDR_COMPONENTS

983:
984: CURSOR c_mds_paramPortlet_funcName(p_doc_id NUMBER) IS
985: select att_value
986: from jdr_attributes a, (select att_comp_docid, att_comp_seq from jdr_attributes
987: where att_comp_docId in (select comp_docid from JDR_COMPONENTS
988: where comp_element like 'oa:pageLayout'
989: and comp_id = 'BisPage')
990: and att_name = 'user:akAttribute3'
991: and att_value = 'PARAMETER_PORTLET') b