DBA Data[Home] [Help]

APPS.FND_ADG_SUPPORT dependencies on FND_ADG_EXCEPTION

Line 966: fnd_adg_exception.raise_error(

962:
963: if ( l_cp_rec.Application_Id is null and
964: l_cp_rec.Concurrent_Program_Id is null )
965: then
966: fnd_adg_exception.raise_error(
967: fnd_adg_exception.C_SUPERR_INVALID_CONC_PROGRAM);
968: end if;
969:
970: l_cp_chng_rec := init_program_change_rec;

Line 967: fnd_adg_exception.C_SUPERR_INVALID_CONC_PROGRAM);

963: if ( l_cp_rec.Application_Id is null and
964: l_cp_rec.Concurrent_Program_Id is null )
965: then
966: fnd_adg_exception.raise_error(
967: fnd_adg_exception.C_SUPERR_INVALID_CONC_PROGRAM);
968: end if;
969:
970: l_cp_chng_rec := init_program_change_rec;
971:

Line 1031: fnd_adg_exception.raise_error(

1027: if ( l_err <> 0 )
1028: then
1029: G_IS_STANDBY := false;
1030:
1031: fnd_adg_exception.raise_error(
1032: fnd_adg_exception.C_SUPERR_VALIDATE_PRIMARY,l_msg);
1033: end if;
1034:
1035: fnd_adg_manage.handle_rpc_debug(true); -- enable debug trace.

Line 1032: fnd_adg_exception.C_SUPERR_VALIDATE_PRIMARY,l_msg);

1028: then
1029: G_IS_STANDBY := false;
1030:
1031: fnd_adg_exception.raise_error(
1032: fnd_adg_exception.C_SUPERR_VALIDATE_PRIMARY,l_msg);
1033: end if;
1034:
1035: fnd_adg_manage.handle_rpc_debug(true); -- enable debug trace.
1036:

Line 1271: fnd_adg_exception.raise_error(

1267: l_access_code := fnd_adg_utility.get_program_access_code;
1268:
1269: if ( p_code is null or l_access_code is null or p_code <> l_access_code )
1270: then
1271: fnd_adg_exception.raise_error(
1272: fnd_adg_exception.C_SUPERR_PROGRAM_ACCESS_CODE);
1273: end if;
1274:
1275: do_handle_concurrent_program(p_application_id ,

Line 1272: fnd_adg_exception.C_SUPERR_PROGRAM_ACCESS_CODE);

1268:
1269: if ( p_code is null or l_access_code is null or p_code <> l_access_code )
1270: then
1271: fnd_adg_exception.raise_error(
1272: fnd_adg_exception.C_SUPERR_PROGRAM_ACCESS_CODE);
1273: end if;
1274:
1275: do_handle_concurrent_program(p_application_id ,
1276: p_concurrent_program_id ,