DBA Data[Home] [Help]

APPS.PQH_DOA_BUS dependencies on PQH_TXN_CATEGORY_ATTRIBUTES

Line 31: ,pqh_txn_category_attributes ptca

27: cursor csr_sec_grp is
28: select pbg.security_group_id
29: from per_business_groups pbg
30: , pqh_document_attributes_f doa
31: ,pqh_txn_category_attributes ptca
32: ,pqh_transaction_categories ptc
33: where doa.document_attribute_id = p_document_attribute_id
34: and doa.attribute_id = ptca.attribute_id
35: and ptca.transaction_category_id = ptc.transaction_category_id

Line 99: ,pqh_txn_category_attributes ptca

95: cursor csr_leg_code is
96: select pbg.legislation_code
97: from per_business_groups pbg
98: , pqh_document_attributes_f doa
99: ,pqh_txn_category_attributes ptca
100: ,pqh_transaction_categories ptc
101: where doa.document_attribute_id = p_document_attribute_id
102: and doa.attribute_id = ptca.attribute_id
103: and ptca.transaction_category_id = ptc.transaction_category_id