DBA Data[Home] [Help]

APPS.AHL_UMP_UNITMAINT_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 5464: -- R12: replaced okc_k_headers_b with okc_k_headers_all_b for MOAC (ref bug# 4337173).

5460: WHERE instance_id = p_csi_item_instance_id;
5461:
5462: -- Invalid assumption post bug #4360784. Fixed by AMSRINIV
5463: -- The assumption in this package is that Validate_Input_Parameters has already been called before calling this
5464: -- R12: replaced okc_k_headers_b with okc_k_headers_all_b for MOAC (ref bug# 4337173).
5465: cursor contract_number_csr
5466: is
5467: select 'x'
5468: from okc_k_headers_all_b

Line 5468: from okc_k_headers_all_b

5464: -- R12: replaced okc_k_headers_b with okc_k_headers_all_b for MOAC (ref bug# 4337173).
5465: cursor contract_number_csr
5466: is
5467: select 'x'
5468: from okc_k_headers_all_b
5469: where contract_number = p_contract_number
5470: and nvl(contract_number_modifier, 'X') = nvl(decode(p_contract_modifier, FND_API.G_MISS_CHAR, null, p_contract_modifier), 'X');
5471:
5472: l_effective_from ahl_mr_headers_app_v.EFFECTIVE_FROM%TYPE;