DBA Data[Home] [Help]

APPS.OKL_LA_PROPERTY_TAX_PVT dependencies on OKL_RULE_PUB

Line 10: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;

6: g_api_type CONSTANT VARCHAR2(4) := '_PVT';
7: g_pkg_name CONSTANT VARCHAR2(30) := 'OKL_LA_PROPERTY_TAX_PVT';
8: ---------------------------------------------------------------------------
9:
10: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;
11: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;
12:
13:
14: PROCEDURE create_est_prop_tax_rules(

Line 11: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;

7: g_pkg_name CONSTANT VARCHAR2(30) := 'OKL_LA_PROPERTY_TAX_PVT';
8: ---------------------------------------------------------------------------
9:
10: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;
11: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;
12:
13:
14: PROCEDURE create_est_prop_tax_rules(
15: p_api_version IN NUMBER,