DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKS_TAX_UTIL_PVT

Line 5007: g_rail_rec oks_tax_util_pvt.ra_rec_type;

5003: l_msg_data VARCHAR2 (2000);
5004: l_ind NUMBER;
5005: l_ste_code VARCHAR2 (240);
5006: l_sts_code VARCHAR2 (240);
5007: g_rail_rec oks_tax_util_pvt.ra_rec_type;
5008:
5009: CURSOR l_line_csr (p_line_id NUMBER)
5010: IS
5011: SELECT kl.start_date, kl.end_date, kl.inv_rule_id

Line 5374: oks_tax_util_pvt.get_tax (p_api_version => 1.0,

5370: -- Added tax calculation for the new contract created after transfer
5371: -- 30-jan-2004 Vigandhi
5372: IF p_caller = 'ST' AND p_k_covd_rec.warranty_flag <> 'W'
5373: THEN
5374: oks_tax_util_pvt.get_tax (p_api_version => 1.0,
5375: p_init_msg_list => okc_api.g_true,
5376: p_chr_id => p_k_covd_rec.k_id,
5377: p_cle_id => l_line_id,
5378: px_rail_rec => g_rail_rec,

Line 5389: 'oks_tax_util_pvt.get_tax(Return status = '

5385: THEN
5386: fnd_log.STRING (fnd_log.level_event,
5387: g_module_current
5388: || '.Create_K_Covered_Levels.after_tax',
5389: 'oks_tax_util_pvt.get_tax(Return status = '
5390: || l_return_status
5391: || ')'
5392: );
5393: END IF;