DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on PQH_ATTRIBUTES_VL

Line 5212: from pqh_attributes_vl att

5208: ,p_copy_entity_txn_id in number)is
5209: --
5210: cursor c_column_name(p_table_route_id number)is
5211: select attribute_name,refresh_col_name -- 3330990
5212: from pqh_attributes_vl att
5213: where enable_flag = 'Y'
5214: and master_table_route_id = p_table_route_id;
5215:
5216: --