DBA Data[Home] [Help]

APPS.PQH_WORKFLOW dependencies on PQH_ATTRIBUTES_VL

Line 2329: from pqh_attributes_vl

2325: where wdt.worksheet_detail_id = p_transaction_id
2326: and wdt.worksheet_id = wks.worksheet_id
2327: and wks.wf_transaction_category_id = p_tran_cat_id;
2328: cursor c1 is select attribute_name,column_name
2329: from pqh_attributes_vl
2330: where attribute_id = p_attribute_id
2331: and nvl(enable_flag,'X') ='Y';
2332: cursor c2 is select sty.shared_type_name unit_name,lkp.description avail_desc
2333: from pqh_budgets bgt, per_shared_types sty, hr_lookups lkp