DBA Data[Home] [Help]

APPS.PQH_DOC_BUS dependencies on PER_BUSINESS_GROUPS

Line 29: from per_business_groups pbg

25: -- Declare cursor
26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id
29: from per_business_groups pbg
30: , pqh_documents_f doc
31: , pqh_transaction_categories ptc
32: , pqh_txn_category_documents pcd
33: where doc.document_id = p_document_id

Line 97: from per_business_groups pbg

93: -- Declare cursor
94: --
95: cursor csr_leg_code is
96: select pbg.legislation_code
97: from per_business_groups pbg
98: , pqh_documents_f doc
99: , pqh_transaction_categories ptc
100: , pqh_txn_category_documents pcd
101: where doc.document_id = p_document_id