DBA Data[Home] [Help]

APPS.FND_ADG_MANAGE dependencies on FND_ADG_MANAGE

Line 1: package body fnd_adg_manage as

1: package body fnd_adg_manage as
2: /* $Header: AFDGMGRB.pls 120.0 2010/03/01 11:28:33 rsanders noship $ */
3:
4: G_SESS_STANDY_TO_PROD_VALID boolean := null;
5:

Line 113: -- ever called under the fnd_adg_manage_remote synonym and we would

109: -- run directly and allows users to suppress commits. However,
110: -- with the use of autotx flag , user suppress should not be needed.
111:
112: -- This is fine as this routine is only
113: -- ever called under the fnd_adg_manage_remote synonym and we would
114: -- never have got here unless we'd come from standby.
115:
116: -- We also use this flag to determine where we are in simulated standby,
117: -- to ensure that the real call [ under SV_* ] returns is_standby as

Line 242: fnd_adg_manage_remote.validate_primary_private

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,
245: l_sid,l_serial,l_audsid,
246: fnd_adg_support.is_true_standby,

Line 598: fnd_adg_manage_remote.invoke_standby_error_handler(p_request_id);

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:
600: $else
601:
602: null;

Line 612: end fnd_adg_manage;

608: /*==========================================================================*/
609:
610: begin
611: null;
612: end fnd_adg_manage;