DBA Data[Home] [Help]

APPS.CN_CALC_EXT_TABLES_PVT dependencies on CN_CALC_EXT_TBL_DTLS

Line 350: from cn_calc_ext_tbl_dtls

346:
347:
348: cursor get_dtl_curs ( p_calc_ext_table_id NUMBER ) is
349: Select count(1)
350: from cn_calc_ext_tbl_dtls
351: where calc_ext_table_id = p_calc_ext_table_id;
352:
353:
354: l_col_found NUMBER := 0;

Line 624: from cn_calc_ext_tbl_dtls

620: l_error_status NUMBER;
621:
622: cursor get_col is
623: select count(*)
624: from cn_calc_ext_tbl_dtls
625: where CALC_EXT_TABLE_ID = p_calc_ext_table_id ;
626:
627: l_count number := 0;
628: