DBA Data[Home] [Help]

APPS.PRP_IBC_INT_PVT dependencies on PRP_COMPONENT_STYLES_VL

Line 22: FROM PRP_COMPONENT_STYLES_VL PCS

18: AS
19:
20: CURSOR Cur_Component_sytles(p_component_style_id NUMBER) IS
21: SELECT PCS.component_style_name,PCS.content_node_type
22: FROM PRP_COMPONENT_STYLES_VL PCS
23: WHERE PCS.component_style_id = p_component_style_id;
24:
25: CURSOR Cur_Content_item_name(p_component_style_id NUMBER,p_association_type VARCHAR2) IS
26: SELECT ICV.Content_Item_Name