DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_PREFS

Line 2064: select null from pqh_copy_entity_prefs where copy_entity_txn_id = nvl(p_copy_entity_txn_id,-99);

2060: and c.transaction_category_id = nvl(p_transaction_category_id,-99);
2061:
2062: --
2063: cursor c_check is
2064: select null from pqh_copy_entity_prefs where copy_entity_txn_id = nvl(p_copy_entity_txn_id,-99);
2065: --
2066: begin
2067: --
2068: for i in c_check loop

Line 2073: pqh_copy_entity_prefs_api.create_copy_entity_pref (

2069: return true;
2070: end loop;
2071:
2072: for rec in c_tab loop
2073: pqh_copy_entity_prefs_api.create_copy_entity_pref (
2074: p_validate => false
2075: ,p_copy_entity_pref_id => l_ovn
2076: ,p_table_route_id => rec.table_route_id
2077: ,p_copy_entity_txn_id => p_copy_entity_txn_id