DBA Data[Home] [Help]

APPS.PER_BBA_UPD dependencies on PER_BF_BALANCE_AMOUNTS

Line 65: -- Update the per_bf_balance_amounts Row

61: -- Increment the object version
62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: --
65: -- Update the per_bf_balance_amounts Row
66: --
67: update per_bf_balance_amounts
68: set
69: balance_amount_id = p_rec.balance_amount_id,

Line 67: update per_bf_balance_amounts

63: --
64: --
65: -- Update the per_bf_balance_amounts Row
66: --
67: update per_bf_balance_amounts
68: set
69: balance_amount_id = p_rec.balance_amount_id,
70: ytd_amount = p_rec.ytd_amount,
71: fytd_amount = p_rec.fytd_amount,

Line 343: (p_module_name => 'PER_BF_BALANCE_AMOUNTS'

339: --
340: when hr_api.cannot_find_prog_unit then
341: --
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'PER_BF_BALANCE_AMOUNTS'
344: ,p_hook_type => 'AU');
345: --
346: end;
347: --