DBA Data[Home] [Help]

APPS.JTF_TASK_UTL_EXT dependencies on HZ_PARTIES

Line 658: b_source_id hz_parties.party_id%type) IS

654: ,x_msg_data OUT NOCOPY VARCHAR2
655: )
656: IS
657: CURSOR c_ref (b_task_id jtf_tasks_b.task_id%type,
658: b_source_id hz_parties.party_id%type) IS
659: SELECT task_reference_id, object_version_number
660: FROM jtf_task_references_b
661: WHERE task_id = b_task_id
662: AND object_id = b_source_id;