DBA Data[Home] [Help]

APPS.OKC_OUTCOME_PVT dependencies on OKC_OUTCOME_ARGUMENTS_V

Line 385: from okc_outcome_arguments_v oat

381: l_oatv_tbl oatv_tbl_type;
382:
383: Cursor p_cur is
384: select oat.id
385: from okc_outcome_arguments_v oat
386: where oat.oce_id = p_ocev_rec.id;
387: begin
388: --populate the Foreign key of the detail
389: For p_rec in p_cur loop