read_object_source
Read the complete source code of stored database objects like PROCEDURE, FUNCTION, PACKAGE, or VIEW from Oracle Fusion/ERP Cloud. Provide the object owner and name, with optional type filter.
Instructions
Read the full source code of a stored object from ALL_SOURCE in Fusion.
object_type: PROCEDURE | FUNCTION | PACKAGE | PACKAGE BODY | TRIGGER | VIEW (omit to return all types for this name) Returns: {owner, name, source: {type: full_source_text}}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| object_name | Yes | ||
| object_type | No |