DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on WF_ATTRIBUTE_CACHE

Line 85: type wf_attribute_cache_rec_type is record(

81: , entity_id wf_entity_changes.entity_id%type
82: , change_date_in_char varchar2(30)
83: );
84:
85: type wf_attribute_cache_rec_type is record(
86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type

Line 86: entity_type wf_attribute_cache.entity_type%type

82: , change_date_in_char varchar2(30)
83: );
84:
85: type wf_attribute_cache_rec_type is record(
86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type

Line 87: , entity_key_value wf_attribute_cache.entity_key_value%type

83: );
84:
85: type wf_attribute_cache_rec_type is record(
86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type

Line 88: , attribute_name wf_attribute_cache.attribute_name%type

84:
85: type wf_attribute_cache_rec_type is record(
86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type
92: , security_group_id wf_attribute_cache.security_group_id%type

Line 89: , attribute_value wf_attribute_cache.attribute_value%type

85: type wf_attribute_cache_rec_type is record(
86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type
92: , security_group_id wf_attribute_cache.security_group_id%type
93: );

Line 90: , last_update_date wf_attribute_cache.last_update_date%type

86: entity_type wf_attribute_cache.entity_type%type
87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type
92: , security_group_id wf_attribute_cache.security_group_id%type
93: );
94:

Line 91: , change_number wf_attribute_cache.change_number%type

87: , entity_key_value wf_attribute_cache.entity_key_value%type
88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type
92: , security_group_id wf_attribute_cache.security_group_id%type
93: );
94:
95: -- Start of Package Globals

Line 92: , security_group_id wf_attribute_cache.security_group_id%type

88: , attribute_name wf_attribute_cache.attribute_name%type
89: , attribute_value wf_attribute_cache.attribute_value%type
90: , last_update_date wf_attribute_cache.last_update_date%type
91: , change_number wf_attribute_cache.change_number%type
92: , security_group_id wf_attribute_cache.security_group_id%type
93: );
94:
95: -- Start of Package Globals
96: