DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKS_TAX_UTIL_PVT

Line 4839: g_rail_rec oks_tax_util_pvt.ra_rec_type;

4835: l_msg_data VARCHAR2 (2000);
4836: l_ind NUMBER;
4837: l_ste_code VARCHAR2 (240);
4838: l_sts_code VARCHAR2 (240);
4839: g_rail_rec oks_tax_util_pvt.ra_rec_type;
4840:
4841: CURSOR l_line_csr (p_line_id NUMBER)
4842: IS
4843: SELECT kl.start_date, kl.end_date, kl.inv_rule_id

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

5202: -- Added tax calculation for the new contract created after transfer
5203: -- 30-jan-2004 Vigandhi
5204: IF p_caller = 'ST' AND p_k_covd_rec.warranty_flag <> 'W'
5205: THEN
5206: oks_tax_util_pvt.get_tax (p_api_version => 1.0,
5207: p_init_msg_list => okc_api.g_true,
5208: p_chr_id => p_k_covd_rec.k_id,
5209: p_cle_id => l_line_id,
5210: px_rail_rec => g_rail_rec,

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

5217: THEN
5218: fnd_log.STRING (fnd_log.level_event,
5219: g_module_current
5220: || '.Create_K_Covered_Levels.after_tax',
5221: 'oks_tax_util_pvt.get_tax(Return status = '
5222: || l_return_status
5223: || ')'
5224: );
5225: END IF;