DBA Data[Home] [Help]

APPS.JTF_ESCWFACTIVITY_PVT dependencies on JTF_BRM_UTILITY_PVT

Line 180: l_attr_value := JTF_BRM_UTILITY_PVT.Attribute_Code

176: END IF;
177: CLOSE C_GET_RULE;
178: IF (p_return_type = 'CODE')
179: THEN
180: l_attr_value := JTF_BRM_UTILITY_PVT.Attribute_Code
181: ( p_rule_id => g_rule_id
182: , p_wf_item_type => l_item_type
183: , p_wf_process_name => l_process_name
184: , p_wf_attribute_name => p_attr_name

Line 187: l_attr_value := JTF_BRM_UTILITY_PVT.Attribute_Meaning

183: , p_wf_process_name => l_process_name
184: , p_wf_attribute_name => p_attr_name
185: );
186: ELSE
187: l_attr_value := JTF_BRM_UTILITY_PVT.Attribute_Meaning
188: ( p_rule_id => g_rule_id
189: , p_wf_item_type => l_item_type
190: , p_wf_process_name => l_process_name
191: , p_wf_attribute_name => p_attr_name