DBA Data[Home] [Help]

APPS.PQP_US_SRS_EXTRACTS dependencies on PAY_BALANCE_DIMENSIONS

Line 97: ,pay_balance_dimensions bd

93: ,c_business_group_id in number) is
94: select db.defined_balance_id
95: from pay_balance_types pbt
96: ,pay_defined_balances db
97: ,pay_balance_dimensions bd
98: where pbt.balance_name = c_balance_name
99: and pbt.balance_type_id = db.balance_type_id
100: and bd.balance_dimension_id = db.balance_dimension_id
101: and bd.dimension_name = c_dimension_name