Tagged: “#scripts”
-
ERP - Creating an Encrypted Link
Create Oracle R12 encrypted link using the system GET_RUN_FUNCTION_URL function
read article -
APEX - DB-Trigger that Creates New Profile in ERP
DB-Trigger that creates new profile in ERP for new app. later this profile will be in use for the Authoriation process
read article -
APEX - Create a View Based on Web-Service
Week Of: 2022-09-18 22/09/2022 This can be good solution in case you want to aggregate data on the application side. This view is based on "live" data and not on synchronized. CREATE OR...
read article -
APEX - Add Buttons to Interactive Grid
Week Of: 2022-09-18 22/09/2022 var myGrid = apex.region('ACTION_E').widget().interactiveGrid("getViews").grid; var $te = $(this.triggeringElement); var rowId =...
read article -
PL-SQL
2021-06-06 PL-SQL # home/Professional Grant and Synonym # -- Synonym CREATE OR REPLACE SYNONYM apexrest.OP_APEX_BAKASHA_TRANSPORT FOR apps.op_bakasha_transport; -- Grant GRANT ALL ON...
read article
See all tags.