DBA Data[Home] [Help]

APPS.ICX_CAT_CNTNT_SCRTY_UPG_PVT dependencies on ICX_TBL_VARCHAR15

Line 1384: l_content_types ICX_TBL_VARCHAR15;

1380: )
1381: IS
1382: -- stores all the component content data parts which to migrate
1383: l_old_content_ids ICX_TBL_NUMBER;
1384: l_content_types ICX_TBL_VARCHAR15;
1385: l_old_store_ids ICX_TBL_NUMBER;
1386: l_new_zone_ids ICX_TBL_NUMBER;
1387:
1388: -- keeps track of the store the following list of responsilbities with and

Line 2597: x_content_types OUT NOCOPY ICX_TBL_VARCHAR15,

2593: (
2594: p_catalogs_migrated IN BOOLEAN,
2595: p_item_sources_migrated IN BOOLEAN,
2596: x_old_content_ids OUT NOCOPY ICX_TBL_NUMBER,
2597: x_content_types OUT NOCOPY ICX_TBL_VARCHAR15,
2598: x_old_store_ids OUT NOCOPY ICX_TBL_NUMBER
2599: )
2600: IS
2601: l_api_name CONSTANT VARCHAR2(30) := 'get_contents_to_migrate';