DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on WF_ITEM_ATTRIBUTES

Line 71: ,p_name in wf_item_attributes.name%type

67: -- ----------------------------------------------------------------------------
68: procedure get_item_attr_expanded_info
69: (p_item_type in wf_items.item_type%type
70: ,p_item_key in wf_items.item_key%type
71: ,p_name in wf_item_attributes.name%type
72: ,p_exists out nocopy boolean
73: ,p_subtype out nocopy wf_item_attributes.subtype%type
74: ,p_type out nocopy wf_item_attributes.type%type
75: ,p_format out nocopy wf_item_attributes.format%type

Line 73: ,p_subtype out nocopy wf_item_attributes.subtype%type

69: (p_item_type in wf_items.item_type%type
70: ,p_item_key in wf_items.item_key%type
71: ,p_name in wf_item_attributes.name%type
72: ,p_exists out nocopy boolean
73: ,p_subtype out nocopy wf_item_attributes.subtype%type
74: ,p_type out nocopy wf_item_attributes.type%type
75: ,p_format out nocopy wf_item_attributes.format%type
76: ,p_date_value out nocopy wf_item_attribute_values.date_value%type
77: ,p_number_value out nocopy wf_item_attribute_values.number_value%type

Line 74: ,p_type out nocopy wf_item_attributes.type%type

70: ,p_item_key in wf_items.item_key%type
71: ,p_name in wf_item_attributes.name%type
72: ,p_exists out nocopy boolean
73: ,p_subtype out nocopy wf_item_attributes.subtype%type
74: ,p_type out nocopy wf_item_attributes.type%type
75: ,p_format out nocopy wf_item_attributes.format%type
76: ,p_date_value out nocopy wf_item_attribute_values.date_value%type
77: ,p_number_value out nocopy wf_item_attribute_values.number_value%type
78: ,p_text_value out nocopy wf_item_attribute_values.text_value%type);

Line 75: ,p_format out nocopy wf_item_attributes.format%type

71: ,p_name in wf_item_attributes.name%type
72: ,p_exists out nocopy boolean
73: ,p_subtype out nocopy wf_item_attributes.subtype%type
74: ,p_type out nocopy wf_item_attributes.type%type
75: ,p_format out nocopy wf_item_attributes.format%type
76: ,p_date_value out nocopy wf_item_attribute_values.date_value%type
77: ,p_number_value out nocopy wf_item_attribute_values.number_value%type
78: ,p_text_value out nocopy wf_item_attribute_values.text_value%type);
79: -- ----------------------------------------------------------------------------