DBA Data[Home] [Help]

APPS.PAY_JP_BALANCE_VIEW_PKG dependencies on PAY_BALANCE_PKG

Line 402: pay_balance_pkg.get_period_type_start(

398: p_assignment_id => p_assignment_id,
399: p_effective_date => p_effective_date,
400: p_assignment_rec => l_assignment_rec);
401: --
402: pay_balance_pkg.get_period_type_start(
403: p_period_type => p_period_type,
404: p_effective_date => p_effective_date,
405: p_start_date => l_start_date,
406: p_start_date_code => p_start_date_code,

Line 440: -- pay_balance_pkg.get_value(date mode) cannot be called

436: p_date_type => l_date_type);
437: else
438: --
439: -- Unknown Balance Dimension
440: -- pay_balance_pkg.get_value(date mode) cannot be called
441: -- which will raise error if this function is called in SQL statement
442: -- because of "rollback to savepoint" call exists in get_value(date mode).
443: --
444: l_assignment_action_id := -1;

Line 449: l_balance_value := pay_balance_pkg.get_value(

445: end if;
446: end if;
447: --
448: if l_assignment_action_id > 0 then
449: l_balance_value := pay_balance_pkg.get_value(
450: p_defined_balance_id => p_defined_balance_id,
451: p_assignment_action_id => l_assignment_action_id,
452: p_tax_unit_id => null,
453: p_jurisdiction_code => null,

Line 561: l_balance_value := pay_balance_pkg.get_value(

557: p_business_group_id => p_business_group_id,
558: p_defined_balance_rec => l_defined_balance_rec);
559: --
560: if l_defined_balance_rec.defined_balance_id is not null then
561: l_balance_value := pay_balance_pkg.get_value(
562: p_defined_balance_id => l_defined_balance_rec.defined_balance_id,
563: p_assignment_action_id => p_assignment_action_id,
564: p_tax_unit_id => null,
565: p_jurisdiction_code => null,