DBA Data[Home] [Help]

APPS.PQH_TCD_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 33: from per_business_groups_perf pbg

29: --
30: cursor csr_sec_grp is
31: select pbg.security_group_id,
32: pbg.legislation_code
33: from per_business_groups_perf pbg
34: , pqh_txn_category_documents tcd
35: , pqh_transaction_categories tct
36: where tcd.document_id = p_document_id
37: and tcd.transaction_category_id = p_transaction_category_id

Line 114: from per_business_groups_perf pbg

110: -- Declare cursor
111: --
112: cursor csr_leg_code is
113: select pbg.legislation_code
114: from per_business_groups_perf pbg
115: , pqh_txn_category_documents tcd
116: , pqh_transaction_categories tct
117: where tcd.document_id = p_document_id
118: and tcd.transaction_category_id = p_transaction_category_id