DBA Data[Home] [Help]

APPS.JTF_TASK_REFERENCES_PUB dependencies on JTF_TASK_REFERENCES_VL

Line 564: FROM jtf_task_references_vl

560: decode( p_attribute13 , fnd_api.g_miss_char , attribute13 , p_attribute13 ) attribute13 ,
561: decode( p_attribute14 , fnd_api.g_miss_char , attribute14 , p_attribute14 ) attribute14 ,
562: decode( p_attribute15 , fnd_api.g_miss_char , attribute15 , p_attribute15 ) attribute15 ,
563: decode( p_attribute_category,fnd_api.g_miss_char,attribute_category,p_attribute_category) attribute_category
564: FROM jtf_task_references_vl
565: WHERE task_reference_id = p_task_reference_id;
566:
567: task_references c_task_reference%ROWTYPE;
568: BEGIN