DBA Data[Home] [Help]

APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS_VL

Line 498: FROM oe_pc_rsets_vl

494: if (chk_display_name = TRUE) then
495: -- record set short name should be unique within an entity
496: SELECT count(1)
497: INTO dummy
498: FROM oe_pc_rsets_vl
499: WHERE entity_id = x_entity_id
500: AND record_set_display_name = x_record_set_display_name
501: AND ((x_rowid IS null) OR (row_id <> x_rowid));
502: