DBA Data[Home] [Help]

APPS.PAY_NZ_EMS_TAX_RATE dependencies on PAY_BALANCE_DIMENSIONS

Line 95: from pay_balance_dimensions

91: where legislation_code = 'NZ'
92: and balance_name = P_BAL_NAME
93: )
94: and balance_dimension_id = ( select balance_dimension_id
95: from pay_balance_dimensions
96: where legislation_code = 'NZ'
97: and dimension_name = '_ASG_TD'
98: );
99: