DBA Data[Home] [Help]

APPS.FND_ADG_MANAGE dependencies on FND_ADG_COMPILE_DIRECTIVE

Line 240: $if fnd_adg_compile_directive.enable_rpc

236: for f_rec in c1 loop
237:
238: begin
239:
240: $if fnd_adg_compile_directive.enable_rpc
241: $then
242: fnd_adg_manage_remote.validate_primary_private
243: (f_rec.dbid,f_rec.name,
244: l_slave_session_id,

Line 595: $if fnd_adg_compile_directive.enable_rpc

591: procedure rpc_invoke_standby_error ( p_request_id number)
592: as
593: begin
594:
595: $if fnd_adg_compile_directive.enable_rpc
596: $then
597:
598: fnd_adg_manage_remote.invoke_standby_error_handler(p_request_id);
599: