DBA Data[Home] [Help]

APPS.OKL_PRB_UPGRADE_PVT dependencies on OKC_STATUSES_TL

Line 1072: ,okc_statuses_tl b

1068: LOOP
1069: SELECT b.meaning
1070: INTO l_k_status
1071: FROM okc_k_headers_all_b a
1072: ,okc_statuses_tl b
1073: WHERE a.contract_number = l_non_upg_contracts_tbl(non_upg_index).contract_number
1074: AND a.sts_code = b.code
1075: AND b.language = USERENV('LANG');
1076: