DBA Data[Home] [Help]

APPS.HR_PAYMENTS dependencies on PAY_BALANCE_TYPES

Line 288: from pay_balance_types pbt

284: where defined_balance_id = def_balance;
285: --
286: select pbt.currency_code
287: into bal_currency
288: from pay_balance_types pbt
289: where balance_type_id = bal_type;
290: --
291: if opm_currency <> bal_currency then
292: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');

Line 331: from pay_balance_types pbt,

327: hr_utility.set_location('HR_PAYMENTS.GEN_BALANCE',1);
328: --
329: select pdb.defined_balance_id
330: into defined_balance
331: from pay_balance_types pbt,
332: pay_balance_dimensions pbd,
333: pay_defined_balances pdb
334: where pdb.legislation_code = leg_code
335: and pdb.business_group_id is null