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.31.12010000.5 2009/04/24 10:09:37 harlaksh 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 1638: G_RAIL_REC OKS_TAX_UTIL_PVT.ra_rec_type;

1634: SELECT name
1635: FROM hr_all_organization_units_tl -- Bug 5036523 hr_operating_units
1636: WHERE organization_id = cp_org_id;
1637:
1638: G_RAIL_REC OKS_TAX_UTIL_PVT.ra_rec_type;
1639: l_okc_hdr_rec okc_hdr_csr%ROWTYPE;
1640: l_oks_hdr_rec oks_hdr_csr%ROWTYPE;
1641: l_okc_line_rec okc_line_csr%ROWTYPE;
1642: l_oks_line_rec oks_line_csr%ROWTYPE;

Line 2728: END OKS_TAX_UTIL_PVT;

2724: END Update_Tax_HWKR;
2725: --end npalepu
2726:
2727:
2728: END OKS_TAX_UTIL_PVT;
2729:
2730:
2731: