DBA Data[Home] [Help]

APPS.ICX_API_REGION dependencies on ICX_REGIONS

Line 36: region_id icx_regions.region_id%type,

32: REGION_NOT_FOUND_EXCEPTION exception;
33:
34: type region_record is record
35: (
36: region_id icx_regions.region_id%type,
37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,

Line 37: parent_region_id icx_regions.parent_region_id%type,

33:
34: type region_record is record
35: (
36: region_id icx_regions.region_id%type,
37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,

Line 38: split_mode icx_regions.split_mode%type,

34: type region_record is record
35: (
36: region_id icx_regions.region_id%type,
37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,

Line 39: portlet_alignment icx_regions.portlet_alignment%type,

35: (
36: region_id icx_regions.region_id%type,
37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,

Line 40: height icx_regions.height%type,

36: region_id icx_regions.region_id%type,
37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,

Line 41: width icx_regions.width%type,

37: parent_region_id icx_regions.parent_region_id%type,
38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,
45: border icx_regions.border%type

Line 42: width_restrict icx_regions.width_restrict%type,

38: split_mode icx_regions.split_mode%type,
39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,
45: border icx_regions.border%type
46: );

Line 43: portlet_flow icx_regions.portlet_flow%type,

39: portlet_alignment icx_regions.portlet_alignment%type,
40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,
45: border icx_regions.border%type
46: );
47:

Line 44: navwidget_id icx_regions.navwidget_id%type,

40: height icx_regions.height%type,
41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,
45: border icx_regions.border%type
46: );
47:
48: type region_table is table of region_record index by binary_integer;

Line 45: border icx_regions.border%type

41: width icx_regions.width%type,
42: width_restrict icx_regions.width_restrict%type,
43: portlet_flow icx_regions.portlet_flow%type,
44: navwidget_id icx_regions.navwidget_id%type,
45: border icx_regions.border%type
46: );
47:
48: type region_table is table of region_record index by binary_integer;
49: