DBA Data[Home] [Help]

APPS.AHL_UMP_UNITMAINT_PVT dependencies on OKC_K_HEADERS_ALL_B

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

5092: WHERE instance_id = p_csi_item_instance_id;
5093:
5094: -- Invalid assumption post bug #4360784. Fixed by AMSRINIV
5095: -- The assumption in this package is that Validate_Input_Parameters has already been called before calling this
5096: -- R12: replaced okc_k_headers_b with okc_k_headers_all_b for MOAC (ref bug# 4337173).
5097: cursor contract_number_csr
5098: is
5099: select 'x'
5100: from okc_k_headers_all_b

Line 5100: from okc_k_headers_all_b

5096: -- R12: replaced okc_k_headers_b with okc_k_headers_all_b for MOAC (ref bug# 4337173).
5097: cursor contract_number_csr
5098: is
5099: select 'x'
5100: from okc_k_headers_all_b
5101: where contract_number = p_contract_number
5102: and nvl(contract_number_modifier, 'X') = nvl(decode(p_contract_modifier, FND_API.G_MISS_CHAR, null, p_contract_modifier), 'X');
5103:
5104: l_effective_from ahl_mr_headers_app_v.EFFECTIVE_FROM%TYPE;