DBA Data[Home] [Help]

APPS.OE_PC_CONSTRAINTS_ADMIN_PVT dependencies on OE_PC_RSET_SEL_COLS

Line 338: FROM oe_pc_rset_sel_cols

334: WHERE record_set_id = p_record_set_id;
335:
336: CURSOR C_RSCOLS IS
337: SELECT column_name
338: FROM oe_pc_rset_sel_cols
339: WHERE record_set_id = p_record_set_id;
340:
341:
342: CURSOR C_PKCOLS (cp_application_id number,