DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OZF_CLAIM_LINES_HIST_ALL

Line 4664: from OZF_CLAIM_LINES_HIST_ALL

4660: where claim_id = p_id;
4661:
4662: CURSOR claim_line_his_id_csr(p_id in number) is
4663: select claim_line_history_id, object_version_number
4664: from OZF_CLAIM_LINES_HIST_ALL
4665: where claim_id = p_id;
4666:
4667: TYPE tasks_id_tbl_type is table of tasks_id_csr%rowType index by binary_integer;
4668: l_tasks_id_tbl tasks_id_tbl_type;