DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_K_HEADERS_B

Line 2035: UPDATE oks_k_headers_b

2031: FETCH c_extwar_hdr_amount INTO l_header_tax_amount;
2032: CLOSE c_extwar_hdr_amount;
2033:
2034: -- Update the header with the tax amount
2035: UPDATE oks_k_headers_b
2036: SET tax_amount = l_header_tax_amount
2037: WHERE chr_id = l_chrid;
2038:
2039: --Added for fix of bug# 5274971

Line 2338: -- UPDATE oks_k_headers_b

2334: -- FETCH c_extwar_hdr_amount INTO l_header_tax_amount;
2335: -- CLOSE c_extwar_hdr_amount;
2336: --
2337: -- -- Update the header with the tax amount
2338: -- UPDATE oks_k_headers_b
2339: -- SET tax_amount = l_header_tax_amount
2340: -- WHERE chr_id = l_chrid;
2341: --
2342: -- Commented out for fix of bug# 5274971