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.10 2012/02/02 11:58:39 vkhatri ship $ */
3:
4:
5: --

Line 1722: Fnd_XdfDictionary_Pkg.InsertTable(

1718: and TABLE_NAME = x_table_name;
1719: end if;
1720: exception
1721: when no_data_found then
1722: Fnd_XdfDictionary_Pkg.InsertTable(
1723: appl_id,
1724: x_table_name,
1725: x_user_table_name,
1726: x_table_type,

Line 1845: Fnd_XdfDictionary_Pkg.InsertColumn(

1841: and COLUMN_NAME = x_column_name;
1842: end if;
1843: exception
1844: when no_data_found then
1845: Fnd_XdfDictionary_Pkg.InsertColumn(
1846: appl_id,
1847: tab_id,
1848: x_column_name,
1849: x_user_column_name,

Line 2201: Fnd_XdfDictionary_Pkg.InsertIndex(

2197: and COLUMN_SEQUENCE = 0;
2198:
2199: exception
2200: when no_data_found then
2201: Fnd_XdfDictionary_Pkg.InsertIndex(
2202: appl_id,
2203: tab_id,
2204: x_index_name,
2205: x_uniqueness,

Line 2662: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(

2658: and PRIMARY_KEY_ID = pk_id
2659: and PRIMARY_KEY_SEQUENCE = 0;
2660:
2661: else
2662: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(
2663: appl_id,
2664: tab_id,
2665: x_primary_key_name,
2666: x_primary_key_type,

Line 2679: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(

2675: end if;
2676:
2677: exception
2678: when no_data_found then
2679: Fnd_XdfDictionary_Pkg.InsertPrimaryKey(
2680: appl_id,
2681: tab_id,
2682: x_primary_key_name,
2683: x_primary_key_type,

Line 3098: Fnd_XdfDictionary_Pkg.InsertForeignKey(

3094: and FOREIGN_KEY_SEQUENCE = 0;
3095:
3096: exception
3097: when no_data_found then
3098: Fnd_XdfDictionary_Pkg.InsertForeignKey(
3099: appl_id,
3100: tab_id,
3101: x_foreign_key_name,
3102: pk_appl_id,

Line 3456: Fnd_XdfDictionary_Pkg.InsertSequence(

3452: and SEQUENCE_NAME = x_sequence_name;
3453: end if;
3454: exception
3455: when no_data_found then
3456: Fnd_XdfDictionary_Pkg.InsertSequence(
3457: appl_id,
3458: x_sequence_name,
3459: x_start_value,
3460: x_description,

Line 3573: Fnd_XdfDictionary_Pkg.InsertView(

3569: and VIEW_ID = vw_id;
3570:
3571: exception
3572: when no_data_found then
3573: Fnd_XdfDictionary_Pkg.InsertView(
3574: appl_id,
3575: x_view_name,
3576: x_text,
3577: x_description,

Line 3956: Fnd_XdfDictionary_pkg.UPDATE_ROW (

3952: and object_type =P_object_type;
3953:
3954: if (upload_test(f_luby, f_ludate, db_luby,db_ludate, P_CUSTOM_MODE)) then
3955:
3956: Fnd_XdfDictionary_pkg.UPDATE_ROW (
3957: P_APPLICATION_ID => P_application_id,
3958: P_OBJECT_NAME => P_OBJECT_NAME,
3959: P_OBJECT_TYPE => P_OBJECT_TYPE,
3960: P_TABLESPACE_TYPE => P_TABLESPACE_TYPE,

Line 3976: Fnd_XdfDictionary_pkg.INSERT_ROW(

3972:
3973: -- select fnd_menus_s.nextval into man_id from dual;
3974: --select FND_OBJECT_TABLESPACES_S.nextval into man_id from duaL;
3975:
3976: Fnd_XdfDictionary_pkg.INSERT_ROW(
3977: X_ROWID => ROW_ID,
3978: P_APPLICATION_ID => P_application_id,
3979: P_OBJECT_NAME => P_OBJECT_NAME,
3980: P_OBJECT_TYPE => P_OBJECT_TYPE,

Line 4115: end Fnd_XdfDictionary_Pkg;

4111:
4112:
4113: end UPDATE_ROW;
4114:
4115: end Fnd_XdfDictionary_Pkg;