DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_K_HEADERS_B

Line 2617: UPDATE oks_k_headers_b

2613: FETCH c_extwar_hdr_amount INTO l_header_tax_amount;
2614: CLOSE c_extwar_hdr_amount;
2615:
2616: -- Update the header with the tax amount
2617: UPDATE oks_k_headers_b
2618: SET tax_amount = l_header_tax_amount
2619: WHERE chr_id = l_chrid;
2620:
2621: --Added for fix of bug# 5274971

Line 2982: -- UPDATE oks_k_headers_b

2978: -- FETCH c_extwar_hdr_amount INTO l_header_tax_amount;
2979: -- CLOSE c_extwar_hdr_amount;
2980: --
2981: -- -- Update the header with the tax amount
2982: -- UPDATE oks_k_headers_b
2983: -- SET tax_amount = l_header_tax_amount
2984: -- WHERE chr_id = l_chrid;
2985: --
2986: -- Commented out for fix of bug# 5274971