DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on FND_MESSAGE

Line 523: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

519: l_progress := 10;
520:
521: if ad_zd.get_edition('PATCH') is not null then
522: -- an online patch is in progress, return error
523: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
524: raise_application_error ('-20000', fnd_message.get);
525: end if;
526:
527: dbms_sql.parse(l_dynamic_spec_cursor, g_string, dbms_sql.native);

Line 524: raise_application_error ('-20000', fnd_message.get);

520:
521: if ad_zd.get_edition('PATCH') is not null then
522: -- an online patch is in progress, return error
523: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
524: raise_application_error ('-20000', fnd_message.get);
525: end if;
526:
527: dbms_sql.parse(l_dynamic_spec_cursor, g_string, dbms_sql.native);
528:

Line 807: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

803:
804:
805: if ad_zd.get_edition('PATCH') is not null then
806: -- an online patch is in progress, return error
807: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
808: raise_application_error ('-20000', fnd_message.get);
809: end if;
810:
811: l_csr_sql := dbms_sql.open_cursor;

Line 808: raise_application_error ('-20000', fnd_message.get);

804:
805: if ad_zd.get_edition('PATCH') is not null then
806: -- an online patch is in progress, return error
807: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
808: raise_application_error ('-20000', fnd_message.get);
809: end if;
810:
811: l_csr_sql := dbms_sql.open_cursor;
812: dbms_sql.parse

Line 1958: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

1954: --
1955:
1956: if ad_zd.get_edition('PATCH') is not null then
1957: -- an online patch is in progress, return error
1958: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
1959: raise_application_error ('-20000', fnd_message.get);
1960: end if;
1961:
1962: l_prog := 52;

Line 1959: raise_application_error ('-20000', fnd_message.get);

1955:
1956: if ad_zd.get_edition('PATCH') is not null then
1957: -- an online patch is in progress, return error
1958: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
1959: raise_application_error ('-20000', fnd_message.get);
1960: end if;
1961:
1962: l_prog := 52;
1963: if compile then