DBA Data[Home] [Help]

APPS.GCS_ENTITIES_PKG dependencies on FEM_ENTITIES_VL

Line 465: INSERT INTO fem_entities_vl

461: get_next_token(l_local_clob, current_loc, entity_name);
462: get_next_token(l_local_clob, current_loc, entity_desc);
463:
464: -- Insert the base entity row first
465: INSERT INTO fem_entities_vl
466: (entity_id,
467: entity_display_code,
468: entity_name,
469: description,

Line 870: INSERT INTO fem_entities_vl

866: sysdate,
867: user_id,
868: login_id);
869:
870: INSERT INTO fem_entities_vl
871: (entity_id,
872: entity_display_code,
873: entity_name,
874: description,