DBA Data[Home] [Help]

APPS.PQH_SYNCHRONIZE_LOCAL_TCT dependencies on PQH_WORKFLOW

Line 32: l_glb_txn_cat_id := pqh_workflow.get_txn_cat(p_short_name);

28: -- other transaction categories, if required.
29: -- pull the global txn cat for the short name, as attributes are
30: -- attached with global transaction category by default.
31: --
32: l_glb_txn_cat_id := pqh_workflow.get_txn_cat(p_short_name);
33: --
34: for i in c1(l_glb_txn_cat_id) loop
35: -- pull all the txn_category_attributes for the global txn cat
36: for j in c2(p_short_name) loop