1: Make P6_REGION_ID
that will contain all Region available for your page
and make process to update Region Server side condition
BEGIN
--
thanks
1: Make P6_REGION_ID
that will contain all Region available for your page
and make process to update Region Server side condition
BEGIN
--
thanks
1: Make P6_REGION_ID
that will contain all Region available for your page
and select list item P6_BUILD_OPTION
that will contain all build Option available for your APP
and make process to update Region Build Option
BEGIN
UPDATE APEX_200200.wwv_flow_page_plugs -- Region
SET REQUIRED_PATCH = :P6_BUILD_OPTION
WHERE FLOW_ID = :P6_FLOW_ID -- APP ID
and PAGE_ID = :P6_STEP_ID -- PAGE ID
and ID = :P6_REGION_ID -- REGION ID;
end;
--
thanks
1: Make P6_REGION_ID
that will contain all Region available for your page
and select list item P6_SECURITY_ID
that will contain all Authorization available for your APP
and make process to update Region Authorization
--
thanks
first make select list item P7_BUILD_OPTION
that will contain all Build Option available for your APP
first make select list item P7_PAGE_IS_PUBLIC_Y_N
first make select list item P7_SECURITY_ID
that will contain all Authorization available for your APP
first make select list item P4_AUTHORIZTION_SCHEMA
that will contain all Authorization available for your APP
first make select list item P4_AUTHORIZTION_SCHEMA
that will contain all DB schema available for your workspace
first make select list item P2_AUTHENTICATION_ID
that will contain all Authentication available for your APP
The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly c...