DBA Data[Home] [Help]

APPS.PQH_SYNCHRONIZE_LOCAL_TCT dependencies on PQH_TXN_CAT_ATTRIBUTES_API

Line 50: pqh_txn_cat_attributes_api.update_TXN_CAT_ATTRIBUTE(

46: -- If the attribute exists for the local transaction category, update its value set.
47: --
48: if i.value_set_id IS NOT NULL then
49: --
50: pqh_txn_cat_attributes_api.update_TXN_CAT_ATTRIBUTE(
51: p_validate => false
52: ,p_txn_category_attribute_id => l_lcl_txn_cat_attr_id
53: ,p_value_set_id => i.value_set_id
54: ,p_value_style_cd => i.value_style_cd

Line 63: pqh_txn_cat_attributes_api.create_TXN_CAT_ATTRIBUTE

59: --
60: exception
61: when no_data_found then
62: -- attribute doesnot exist, call the insert api.
63: pqh_txn_cat_attributes_api.create_TXN_CAT_ATTRIBUTE
64: (
65: p_validate => false
66: ,p_txn_category_attribute_id => l_txn_cat_attr_id
67: ,p_attribute_id => i.attribute_id