DBA Data[Home] [Help]

APPS.FND_XDFDICTIONARY_PKG dependencies on FND_XDFDICTIONARY_PKG

Line 1: package body Fnd_XdfDictionary_Pkg as

1: package body Fnd_XdfDictionary_Pkg as
2: /* $Header: fndpxdtb.pls 120.6 2007/12/03 13:15:25 vkhatri ship $ */
3:
4:
5: --

Line 1715: Fnd_XdfDictionary_Pkg.InsertTable(

1711: and TABLE_NAME = x_table_name;
1712: end if;
1713: exception
1714: when no_data_found then
1715: Fnd_XdfDictionary_Pkg.InsertTable(
1716: appl_id,
1717: x_table_name,
1718: x_user_table_name,
1719: x_table_type,

Line 1832: Fnd_XdfDictionary_Pkg.InsertColumn(

1828: and COLUMN_NAME = x_column_name;
1829: end if;
1830: exception
1831: when no_data_found then
1832: Fnd_XdfDictionary_Pkg.InsertColumn(
1833: appl_id,
1834: tab_id,
1835: x_column_name,
1836: x_user_column_name,

Line 2176: Fnd_XdfDictionary_Pkg.InsertIndex(

2172: and COLUMN_SEQUENCE = 0;
2173:
2174: exception
2175: when no_data_found then
2176: Fnd_XdfDictionary_Pkg.InsertIndex(
2177: appl_id,
2178: tab_id,
2179: x_index_name,
2180: x_uniqueness,

Line 2629: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(

2625: and PRIMARY_KEY_ID = pk_id
2626: and PRIMARY_KEY_SEQUENCE = 0;
2627:
2628: else
2629: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(
2630: appl_id,
2631: tab_id,
2632: x_primary_key_name,
2633: x_primary_key_type,

Line 2646: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(

2642: end if;
2643:
2644: exception
2645: when no_data_found then
2646: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(
2647: appl_id,
2648: tab_id,
2649: x_primary_key_name,
2650: x_primary_key_type,

Line 3052: Fnd_XdfDictionary_Pkg.InsertForeignKey(

3048: and FOREIGN_KEY_SEQUENCE = 0;
3049:
3050: exception
3051: when no_data_found then
3052: Fnd_XdfDictionary_Pkg.InsertForeignKey(
3053: appl_id,
3054: tab_id,
3055: x_foreign_key_name,
3056: pk_appl_id,

Line 3404: Fnd_XdfDictionary_Pkg.InsertSequence(

3400: and SEQUENCE_NAME = x_sequence_name;
3401: end if;
3402: exception
3403: when no_data_found then
3404: Fnd_XdfDictionary_Pkg.InsertSequence(
3405: appl_id,
3406: x_sequence_name,
3407: x_start_value,
3408: x_description,

Line 3513: Fnd_XdfDictionary_Pkg.InsertView(

3509: and VIEW_ID = vw_id;
3510:
3511: exception
3512: when no_data_found then
3513: Fnd_XdfDictionary_Pkg.InsertView(
3514: appl_id,
3515: x_view_name,
3516: x_text,
3517: x_description,

Line 3889: Fnd_XdfDictionary_pkg.UPDATE_ROW (

3885: and object_type =P_object_type;
3886:
3887: if (upload_test(f_luby, f_ludate, db_luby,db_ludate, P_CUSTOM_MODE)) then
3888:
3889: Fnd_XdfDictionary_pkg.UPDATE_ROW (
3890: P_APPLICATION_ID => P_application_id,
3891: P_OBJECT_NAME => P_OBJECT_NAME,
3892: P_OBJECT_TYPE => P_OBJECT_TYPE,
3893: P_TABLESPACE_TYPE => P_TABLESPACE_TYPE,

Line 3909: Fnd_XdfDictionary_pkg.INSERT_ROW(

3905:
3906: -- select fnd_menus_s.nextval into man_id from dual;
3907: --select FND_OBJECT_TABLESPACES_S.nextval into man_id from duaL;
3908:
3909: Fnd_XdfDictionary_pkg.INSERT_ROW(
3910: X_ROWID => ROW_ID,
3911: P_APPLICATION_ID => P_application_id,
3912: P_OBJECT_NAME => P_OBJECT_NAME,
3913: P_OBJECT_TYPE => P_OBJECT_TYPE,

Line 4048: end Fnd_XdfDictionary_Pkg;

4044:
4045:
4046: end UPDATE_ROW;
4047:
4048: end Fnd_XdfDictionary_Pkg;