DBA Data[Home] [Help]

APPS.PAY_US_TAXBAL_VIEW_PKG dependencies on PAY_US_TAXBAL_VIEW_PKG

Line 1: package body pay_us_taxbal_view_pkg as

1: package body pay_us_taxbal_view_pkg as
2: /* $Header: pyustxbv.pkb 120.5.12010000.3 2008/09/09 16:24:16 rnestor ship $ */
3: /*
4: ******************************************************************
5: * *

Line 1508: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN

1504: end if;
1505: -- The 'CURRENT' Dimension is for the current payment method amount.
1506: -- This is needed for checks, deposit advice, and the payroll register
1507: elsif l_dimension_suffix = 'CURRENT' THEN
1508: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN
1509:
1510: l_assignment_action_id := p_assignment_action_id;
1511:
1512: BEGIN

Line 1695: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN

1691: end if;
1692: -- The 'CURRENT' Dimension is for the current payment method amount.
1693: -- This is needed for checks, deposit advice, and the payroll register
1694: elsif p_time_type = 'CURRENT' THEN
1695: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN
1696:
1697: l_assignment_action_id := p_assignment_action_id;
1698:
1699: BEGIN

Line 4424: end pay_us_taxbal_view_pkg;

4420: g_dim_tbl_btt(3) := 'Y';
4421: -- Set the next free cache space.
4422: g_nxt_free_dim := 4;
4423:
4424: end pay_us_taxbal_view_pkg;