DBA Data[Home] [Help]

APPS.OKS_TAX_UTIL_PVT dependencies on OKS_TAX_UTIL_PVT

Line 1: PACKAGE BODY OKS_TAX_UTIL_PVT AS

1: PACKAGE BODY OKS_TAX_UTIL_PVT AS
2: /* $Header: OKSTAXUB.pls 120.30.12000000.2 2007/07/16 22:27:54 nchadala ship $*/
3:
4: --Declare the cursors and records for this package
5: --We do not want to expose them to other APIs, so declare here instead of

Line 79: Internal procedure that prints a record of type OKS_TAX_UTIL_PVT.RA_REC_TYPE.

75:
76: ------------------------ End pakcage body declarations ----------------------------------
77:
78: /*
79: Internal procedure that prints a record of type OKS_TAX_UTIL_PVT.RA_REC_TYPE.
80: */
81:
82: PROCEDURE PRINT_G_RAIL_REC
83: (

Line 1590: G_RAIL_REC OKS_TAX_UTIL_PVT.ra_rec_type;

1586: SELECT name
1587: FROM hr_all_organization_units_tl -- Bug 5036523 hr_operating_units
1588: WHERE organization_id = cp_org_id;
1589:
1590: G_RAIL_REC OKS_TAX_UTIL_PVT.ra_rec_type;
1591: l_okc_hdr_rec okc_hdr_csr%ROWTYPE;
1592: l_oks_hdr_rec oks_hdr_csr%ROWTYPE;
1593: l_okc_line_rec okc_line_csr%ROWTYPE;
1594: l_oks_line_rec oks_line_csr%ROWTYPE;

Line 2680: END OKS_TAX_UTIL_PVT;

2676: END Update_Tax_HWKR;
2677: --end npalepu
2678:
2679:
2680: END OKS_TAX_UTIL_PVT;
2681:
2682:
2683: