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.20.12020000.3 2012/11/02 13:06:18 abellur ship $ */
3: /*
4: ******************************************************************
5: * *

Line 1619: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN

1615: end if;
1616: -- The 'CURRENT' Dimension is for the current payment method amount.
1617: -- This is needed for checks, deposit advice, and the payroll register
1618: elsif l_dimension_suffix = 'CURRENT' THEN
1619: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN
1620:
1621: l_assignment_action_id := p_assignment_action_id;
1622:
1623: BEGIN

Line 1876: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN

1872: end if;
1873: -- The 'CURRENT' Dimension is for the current payment method amount.
1874: -- This is needed for checks, deposit advice, and the payroll register
1875: elsif p_time_type = 'CURRENT' THEN
1876: if pay_us_taxbal_view_pkg.payments_balance_required(l_assignment_action_id) THEN
1877:
1878: l_assignment_action_id := p_assignment_action_id;
1879:
1880: BEGIN

Line 4894: end pay_us_taxbal_view_pkg;

4890: g_dim_tbl_btt(3) := 'Y';
4891: -- Set the next free cache space.
4892: g_nxt_free_dim := 4;
4893:
4894: end pay_us_taxbal_view_pkg;