DBA Data[Home] [Help]

APPS.HXC_INLINE_NOTIF_UTILS_PKG dependencies on HXC_LAYOUT_COMPONENTS

Line 791: Hxc_Layout_Components B,

787: Distinct A.Qualifier_Attribute26,
788: A.Qualifier_Attribute27
789: FROM
790: Hxc_Layout_Comp_Qualifiers A,
791: Hxc_Layout_Components B,
792: Hxc_Layouts C
793: WHERE
794: C.Layout_Id = (Select Layout_Id From Hxc_Layout_Components Where Layout_Component_Id = P_Layout_Comp_Id) And
795: A.Layout_Component_Id = B.Layout_Component_Id And

Line 794: C.Layout_Id = (Select Layout_Id From Hxc_Layout_Components Where Layout_Component_Id = P_Layout_Comp_Id) And

790: Hxc_Layout_Comp_Qualifiers A,
791: Hxc_Layout_Components B,
792: Hxc_Layouts C
793: WHERE
794: C.Layout_Id = (Select Layout_Id From Hxc_Layout_Components Where Layout_Component_Id = P_Layout_Comp_Id) And
795: A.Layout_Component_Id = B.Layout_Component_Id And
796: A.Qualifier_Attribute28=p_alias_name;
797:
798: