DBA Data[Home] [Help]

APPS.JTF_DPF dependencies on JTF_DPF_PHY_ATTRIBS

Line 80: name jtf_dpf_phy_attribs.page_attribute_name%type,

76: result_log_name jtf_dpf_logical_pages_b.logical_page_name%type);
77:
78: type physical_attribs is record(
79: id number,
80: name jtf_dpf_phy_attribs.page_attribute_name%type,
81: value jtf_dpf_phy_attribs.page_attribute_value%type);
82:
83: -- used to nad
84: type new_rule_param is record(

Line 81: value jtf_dpf_phy_attribs.page_attribute_value%type);

77:
78: type physical_attribs is record(
79: id number,
80: name jtf_dpf_phy_attribs.page_attribute_name%type,
81: value jtf_dpf_phy_attribs.page_attribute_value%type);
82:
83: -- used to nad
84: type new_rule_param is record(
85: condition jtf_dpf_rule_params.rule_param_condition%type,

Line 98: name jtf_dpf_phy_attribs.page_attribute_name%type,

94: type new_next_log_non_def is record (rule_id number, logical_page_id number);
95: type new_next_log_non_def_tbl is table of new_next_log_non_def
96: index by binary_integer;
97: type new_phys_attribs is record(
98: name jtf_dpf_phy_attribs.page_attribute_name%type,
99: value jtf_dpf_phy_attribs.page_attribute_value%type);
100: type new_phys_attribs_tbl is table of new_phys_attribs
101: index by binary_integer;
102:

Line 99: value jtf_dpf_phy_attribs.page_attribute_value%type);

95: type new_next_log_non_def_tbl is table of new_next_log_non_def
96: index by binary_integer;
97: type new_phys_attribs is record(
98: name jtf_dpf_phy_attribs.page_attribute_name%type,
99: value jtf_dpf_phy_attribs.page_attribute_value%type);
100: type new_phys_attribs_tbl is table of new_phys_attribs
101: index by binary_integer;
102:
103: type dpf_tbl is table of dpf index by binary_integer;

Line 202: -- so that it has the given entries in table jtf_dpf_phy_attribs.

198: function phys_update(p_ppid number,
199: upd phys_update_rec) return number;
200:
201: -- modify the physical (specified by its physical_id = p_ppid)
202: -- so that it has the given entries in table jtf_dpf_phy_attribs.
203: -- this replaces any previous entries. If p_new_ones is null or empty,
204: -- then the call has the effect of removing all physical_attribs
205: -- for the physical page
206: procedure phys_attribs_update(p_ppid number,