DBA Data[Home] [Help]

APPS.FND_ADG_MANAGE dependencies on FND_ADG_SUPPORT

Line 86: if ( not fnd_adg_support.is_primary )

82: p_slave_session_id := -1;
83:
84: p_valid := 2;
85:
86: if ( not fnd_adg_support.is_primary )
87: then
88: p_valid := 1;
89: return;
90: end if;

Line 212: if ( not fnd_adg_support.is_standby )

208: end if;
209: end if;
210: end if;
211:
212: if ( not fnd_adg_support.is_standby )
213: then
214: p_err := fnd_adg_exception.C_MGRERR_NOT_STANDBY;
215: p_msg := fnd_adg_exception.get_error_msg(fnd_adg_exception.C_MGRERR_NOT_STANDBY);
216: G_SESS_STANDY_TO_PROD_VALID := false;

Line 224: fnd_adg_support.is_primary )

220: -- If simulated standby and we're really primary, need to
221: -- pass sid,serial, audsid to make sure slave is not a loopback.
222:
223: if ( fnd_adg_utility.is_session_simulated_standby and
224: fnd_adg_support.is_primary )
225: then
226: for f_rec in c2 loop
227:
228: l_sid := f_rec.sid;

Line 246: fnd_adg_support.is_true_standby,

242: fnd_adg_manage_remote.validate_primary_private
243: (f_rec.dbid,f_rec.name,
244: l_slave_session_id,
245: l_sid,l_serial,l_audsid,
246: fnd_adg_support.is_true_standby,
247: l_valid);
248: exception when others
249: then l_valid := -1;
250: $else

Line 585: fnd_adg_support.handle_standby_error(p_request_id,false,false,1);

581: as
582: begin
583: -- This procedure is the rpc wrapper for handle_standby_error.
584:
585: fnd_adg_support.handle_standby_error(p_request_id,false,false,1);
586:
587: end;
588:
589: /*==========================================================================*/