24.17 REMOVE_BLUEPRINT Procedure
This procedure removes metadata associated with a blueprint.
Syntax
APEX_DG_DATA_GEN.REMOVE_BLUEPRINT (
p_name IN VARCHAR2 )
Parameters
Parameter | Description |
---|---|
p_name |
Name of blueprint to be removed. |
Example
BEGIN
apex_dg_data_gen.remove_blueprint(
p_name => 'Cars');
END;
Parent topic: APEX_DG_DATA_GEN