DBA Data[Home] [Help]

APPS.OKC_CHANGE_CONTRACT_PVT dependencies on FND_USER_VIEW

Line 112: fnd_user_view U

108: C.SIGNATURE_REQUIRED_YN
109: from okc_change_requests_v C,
110: OKC_K_PROCESSES cpr,
111: OKC_K_HDR_AGREEDS_V K,
112: fnd_user_view U
113: where C.ID = p_change_request_id
114: and K.ID = C.CHR_ID
115: and cpr.crt_id = C.ID
116: -- and U.USER_ID = NVL(cpr.USER_ID,OKC_API.G_MISS_NUM);