DBA Data[Home] [Help]

SYSTEM.AD_APPS_PRIVATE dependencies on STANDARD

Line 1645: 'STANDARD_EXCEPTION',

1641: -- Check to see if this is an active exception object
1642:
1643: if matching_exception_object(base_schema, rtrim(drop_rec.object_name),
1644: rtrim(drop_rec.object_type),
1645: 'STANDARD_EXCEPTION',
1646: apps_schema, found_cust, cust_correct,
1647: cust_row_index) then
1648: --
1649: -- Active 'STANDARD_EXCEPTION' exception object

Line 1649: -- Active 'STANDARD_EXCEPTION' exception object

1645: 'STANDARD_EXCEPTION',
1646: apps_schema, found_cust, cust_correct,
1647: cust_row_index) then
1648: --
1649: -- Active 'STANDARD_EXCEPTION' exception object
1650: --
1651: -- If customized object in APPS exists and is a synonym, drop it.
1652: -- Otherwise, don't do anything
1653: --

Line 1690: 'STANDARD_EXCEPTION',

1686: -- (re)create synonym if not an active exception object
1687:
1688: if not matching_exception_object(base_schema, rtrim(syn_rec.object_name),
1689: rtrim(syn_rec.object_type),
1690: 'STANDARD_EXCEPTION',
1691: apps_schema, found_cust, cust_correct,
1692: cust_row_index) then
1693: -- not an active exception object. Create the synonym.
1694: create_synonym(p_from_schema_name => base_schema,

Line 1712: 'STANDARD_EXCEPTION',

1708: -- Check to see if this is an active exception object
1709:
1710: if matching_exception_object(base_schema, rtrim(excpt_rec.object_name),
1711: rtrim(excpt_rec.object_type),
1712: 'STANDARD_EXCEPTION',
1713: apps_schema, found_cust, cust_correct,
1714: cust_row_index) then
1715: --
1716: -- Active 'STANDARD_EXCEPTION' exception object

Line 1716: -- Active 'STANDARD_EXCEPTION' exception object

1712: 'STANDARD_EXCEPTION',
1713: apps_schema, found_cust, cust_correct,
1714: cust_row_index) then
1715: --
1716: -- Active 'STANDARD_EXCEPTION' exception object
1717: --
1718: -- if customized object does not exist
1719: -- if not synonym, fatal error
1720: -- if synonym, create it

Line 3074: -- STANDARD_EXCEPTION

3070: -- exception_type
3071: --
3072: -- Type of exception. One of the following:
3073: --
3074: -- STANDARD_EXCEPTION
3075: --
3076: -- Possibly this is the only exception type we will ever support,
3077: -- but I wanted to leave it open for future expansion
3078: --

Line 3142: -- exception_type(list_count) := 'STANDARD_EXCEPTION';

3138: -- list_count := list_count + 1;
3139: -- prod_short_name(list_count) := 'PER';
3140: -- base_name(list_count) := 'PER_ASSIGNMENT_BUDGET_VALUES';
3141: -- base_type(list_count) := 'TABLE';
3142: -- exception_type(list_count) := 'STANDARD_EXCEPTION';
3143: -- trigger_obj_schema(list_count ) := 'APPS';
3144: -- trigger_obj_type(list_count) := 'VIEW';
3145: -- trigger_obj_name(list_count) := 'PER_ASG_BUDGET_VALS_INTNL';
3146: -- apps_name(list_count) := 'PER_ASSIGNMENT_BUDGET_VALUES';

Line 3157: -- exception_type(list_count) := 'STANDARD_EXCEPTION';

3153: -- list_count := list_count + 1;
3154: -- prod_short_name(list_count) := 'SQLAP';
3155: -- base_name(list_count) := 'JG_ZZ_VEND_SITE_INFO';
3156: -- base_type(list_count) := 'TABLE';
3157: -- exception_type(list_count) := 'STANDARD_EXCEPTION';
3158: -- trigger_obj_schema(list_count ) := 'APPS';
3159: -- trigger_obj_type(list_count) := 'VIEW';
3160: -- trigger_obj_name(list_count) := 'JG_ZZ_VEND_SITE_INFO_V';
3161: -- apps_name(list_count) := 'JG_ZZ_VEND_SITE_INFO';

Line 3176: exception_type(list_count) := 'STANDARD_EXCEPTION';

3172: list_count := list_count + 1;
3173: prod_short_name(list_count) := 'AR';
3174: base_name(list_count) := 'RA_CONTACTS';
3175: base_type(list_count) := 'TABLE';
3176: exception_type(list_count) := 'STANDARD_EXCEPTION';
3177: trigger_obj_schema(list_count ) := 'APPS';
3178: trigger_obj_type(list_count) := 'VIEW';
3179: trigger_obj_name(list_count) := 'RA_HCONTACTS';
3180: apps_name(list_count) := 'RA_CONTACTS';

Line 3191: exception_type(list_count) := 'STANDARD_EXCEPTION';

3187: list_count := list_count + 1;
3188: prod_short_name(list_count) := 'AR';
3189: base_name(list_count) := 'AR_CUST_PROF_CLASS_AMOUNTS';
3190: base_type(list_count) := 'TABLE';
3191: exception_type(list_count) := 'STANDARD_EXCEPTION';
3192: trigger_obj_schema(list_count ) := 'APPS';
3193: trigger_obj_type(list_count) := 'VIEW';
3194: trigger_obj_name(list_count) := 'AR_HCUST_PROF_CLASS_AMOUNTS';
3195: apps_name(list_count) := 'AR_CUST_PROF_CLASS_AMOUNTS';

Line 3206: exception_type(list_count) := 'STANDARD_EXCEPTION';

3202: list_count := list_count + 1;
3203: prod_short_name(list_count) := 'AR';
3204: base_name(list_count) := 'AR_CUSTOMER_PROFILES';
3205: base_type(list_count) := 'TABLE';
3206: exception_type(list_count) := 'STANDARD_EXCEPTION';
3207: trigger_obj_schema(list_count ) := 'APPS';
3208: trigger_obj_type(list_count) := 'VIEW';
3209: trigger_obj_name(list_count) := 'AR_HCUSTOMER_PROFILES';
3210: apps_name(list_count) := 'AR_CUSTOMER_PROFILES';

Line 3221: exception_type(list_count) := 'STANDARD_EXCEPTION';

3217: list_count := list_count + 1;
3218: prod_short_name(list_count) := 'AR';
3219: base_name(list_count) := 'RA_CONTACT_ROLES';
3220: base_type(list_count) := 'TABLE';
3221: exception_type(list_count) := 'STANDARD_EXCEPTION';
3222: trigger_obj_schema(list_count ) := 'APPS';
3223: trigger_obj_type(list_count) := 'VIEW';
3224: trigger_obj_name(list_count) := 'RA_HCONTACT_ROLES';
3225: apps_name(list_count) := 'RA_CONTACT_ROLES';

Line 3236: exception_type(list_count) := 'STANDARD_EXCEPTION';

3232: list_count := list_count + 1;
3233: prod_short_name(list_count) := 'AR';
3234: base_name(list_count) := 'AR_CUSTOMER_PROFILE_AMOUNTS';
3235: base_type(list_count) := 'TABLE';
3236: exception_type(list_count) := 'STANDARD_EXCEPTION';
3237: trigger_obj_schema(list_count ) := 'APPS';
3238: trigger_obj_type(list_count) := 'VIEW';
3239: trigger_obj_name(list_count) := 'AR_HCUSTOMER_PROFILE_AMOUNTS';
3240: apps_name(list_count) := 'AR_CUSTOMER_PROFILE_AMOUNTS';

Line 3251: exception_type(list_count) := 'STANDARD_EXCEPTION';

3247: list_count := list_count + 1;
3248: prod_short_name(list_count) := 'AR';
3249: base_name(list_count) := 'AR_CUSTOMER_PROFILE_CLASSES';
3250: base_type(list_count) := 'TABLE';
3251: exception_type(list_count) := 'STANDARD_EXCEPTION';
3252: trigger_obj_schema(list_count ) := 'APPS';
3253: trigger_obj_type(list_count) := 'VIEW';
3254: trigger_obj_name(list_count) := 'AR_HCUSTOMER_PROFILE_CLASSES';
3255: apps_name(list_count) := 'AR_CUSTOMER_PROFILE_CLASSES';

Line 3266: exception_type(list_count) := 'STANDARD_EXCEPTION';

3262: list_count := list_count + 1;
3263: prod_short_name(list_count) := 'CZ';
3264: base_name(list_count) := 'CZ_INTL_TEXTS';
3265: base_type(list_count) := 'TABLE';
3266: exception_type(list_count) := 'STANDARD_EXCEPTION';
3267: trigger_obj_schema(list_count ) := 'APPS';
3268: trigger_obj_type(list_count) := 'VIEW';
3269: trigger_obj_name(list_count) := 'CZ_LOCALIZED_TEXTS_VL';
3270: apps_name(list_count) := 'CZ_INTL_TEXTS';

Line 3282: exception_type(list_count) := 'STANDARD_EXCEPTION';

3278: list_count := list_count + 1;
3279: prod_short_name(list_count) := 'AR';
3280: base_name(list_count) := 'HZ_CONTACT_RESTRICTIONS';
3281: base_type(list_count) := 'TABLE';
3282: exception_type(list_count) := 'STANDARD_EXCEPTION';
3283: trigger_obj_schema(list_count ) := 'APPS';
3284: trigger_obj_type(list_count) := 'VIEW';
3285: trigger_obj_name(list_count) := 'HZ_CONTACT_RESTRICTIONS';
3286: apps_name(list_count) := 'HZ_CONTACT_RESTRICTIONS';

Line 3298: exception_type(list_count) := 'STANDARD_EXCEPTION';

3294: list_count := list_count + 1;
3295: prod_short_name(list_count) := 'AR';
3296: base_name(list_count) := 'HZ_PARTY_RELATIONSHIPS';
3297: base_type(list_count) := 'TABLE';
3298: exception_type(list_count) := 'STANDARD_EXCEPTION';
3299: trigger_obj_schema(list_count ) := 'APPS';
3300: trigger_obj_type(list_count) := 'VIEW';
3301: trigger_obj_name(list_count) := 'HZ_PARTY_RELATIONSHIPS';
3302: apps_name(list_count) := 'HZ_PARTY_RELATIONSHIPS';

Line 3314: exception_type(list_count) := 'STANDARD_EXCEPTION';

3310: list_count := list_count + 1;
3311: prod_short_name(list_count) := 'JTF';
3312: base_name(list_count) := 'JTF_TASK_ASSIGNMENTS';
3313: base_type(list_count) := 'TABLE';
3314: exception_type(list_count) := 'STANDARD_EXCEPTION';
3315: trigger_obj_schema(list_count ) := 'APPS';
3316: trigger_obj_type(list_count) := 'VIEW';
3317: trigger_obj_name(list_count) := 'JTF_TASK_ASSIGNMENTS_V';
3318: apps_name(list_count) := 'JTF_TASK_ASSIGNMENTS';

Line 3330: exception_type(list_count) := 'STANDARD_EXCEPTION';

3326: list_count := list_count + 1;
3327: prod_short_name(list_count) := 'JTF';
3328: base_name(list_count) := 'JTF_RS_SRP_TERRITORIES';
3329: base_type(list_count) := 'TABLE';
3330: exception_type(list_count) := 'STANDARD_EXCEPTION';
3331: trigger_obj_schema(list_count ) := 'APPS';
3332: trigger_obj_type(list_count) := 'TABLE';
3333: trigger_obj_name(list_count) := 'JTF_RS_SRP_TERRITORIES';
3334: apps_name(list_count) := 'RA_SALESREP_TERRITORIES';

Line 3347: exception_type(list_count) := 'STANDARD_EXCEPTION';

3343: list_count := list_count + 1;
3344: prod_short_name(list_count) := 'ONT';
3345: base_name(list_count) := 'OE_SYSTEM_PARAMETERS_ALL';
3346: base_type(list_count) := 'TABLE';
3347: exception_type(list_count) := 'STANDARD_EXCEPTION';
3348: trigger_obj_schema(list_count ) := 'APPS';
3349: trigger_obj_type(list_count) := 'VIEW';
3350: trigger_obj_name(list_count) := 'OE_SYS_PARAMS_ALL_UPG';
3351: apps_name(list_count) := 'OE_SYSTEM_PARAMETERS_ALL';

Line 3362: exception_type(list_count) := 'STANDARD_EXCEPTION';

3358: list_count := list_count + 1;
3359: prod_short_name(list_count) := 'AR';
3360: base_name(list_count) := 'RA_CUSTOMERS';
3361: base_type(list_count) := 'TABLE';
3362: exception_type(list_count) := 'STANDARD_EXCEPTION';
3363: trigger_obj_schema(list_count ) := 'APPS';
3364: trigger_obj_type(list_count) := 'VIEW';
3365: trigger_obj_name(list_count) := 'RA_HCUSTOMERS';
3366: apps_name(list_count) := 'RA_CUSTOMERS';

Line 3377: exception_type(list_count) := 'STANDARD_EXCEPTION';

3373: list_count := list_count + 1;
3374: prod_short_name(list_count) := 'AR';
3375: base_name(list_count) := 'RA_PHONES';
3376: base_type(list_count) := 'TABLE';
3377: exception_type(list_count) := 'STANDARD_EXCEPTION';
3378: trigger_obj_schema(list_count ) := 'APPS';
3379: trigger_obj_type(list_count) := 'VIEW';
3380: trigger_obj_name(list_count) := 'RA_HPHONES';
3381: apps_name(list_count) := 'RA_PHONES';

Line 3392: exception_type(list_count) := 'STANDARD_EXCEPTION';

3388: list_count := list_count + 1;
3389: prod_short_name(list_count) := 'AR';
3390: base_name(list_count) := 'RA_ADDRESSES_ALL';
3391: base_type(list_count) := 'TABLE';
3392: exception_type(list_count) := 'STANDARD_EXCEPTION';
3393: trigger_obj_schema(list_count ) := 'APPS';
3394: trigger_obj_type(list_count) := 'VIEW';
3395: trigger_obj_name(list_count) := 'RA_ADDRESSES_MORG';
3396: apps_name(list_count) := 'RA_ADDRESSES_ALL';

Line 3407: exception_type(list_count) := 'STANDARD_EXCEPTION';

3403: list_count := list_count + 1;
3404: prod_short_name(list_count) := 'AR';
3405: base_name(list_count) := 'RA_CUSTOMER_RELATIONSHIPS_ALL';
3406: base_type(list_count) := 'TABLE';
3407: exception_type(list_count) := 'STANDARD_EXCEPTION';
3408: trigger_obj_schema(list_count ) := 'APPS';
3409: trigger_obj_type(list_count) := 'VIEW';
3410: trigger_obj_name(list_count) := 'RA_CUSTOMER_RELATIONSHIPS_MORG';
3411: apps_name(list_count) := 'RA_CUSTOMER_RELATIONSHIPS_ALL';

Line 3422: exception_type(list_count) := 'STANDARD_EXCEPTION';

3418: list_count := list_count + 1;
3419: prod_short_name(list_count) := 'AR';
3420: base_name(list_count) := 'RA_SITE_USES_ALL';
3421: base_type(list_count) := 'TABLE';
3422: exception_type(list_count) := 'STANDARD_EXCEPTION';
3423: trigger_obj_schema(list_count ) := 'APPS';
3424: trigger_obj_type(list_count) := 'VIEW';
3425: trigger_obj_name(list_count) := 'RA_SITE_USES_MORG';
3426: apps_name(list_count) := 'RA_SITE_USES_ALL';