DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OZF_CLAIM_LINES_HIST_ALL

Line 5540: from OZF_CLAIM_LINES_HIST_ALL

5536: where claim_id = p_id;
5537:
5538: CURSOR claim_line_his_id_csr(p_id in number) is
5539: select claim_line_history_id, object_version_number
5540: from OZF_CLAIM_LINES_HIST_ALL
5541: where claim_id = p_id;
5542:
5543: TYPE tasks_id_tbl_type is table of tasks_id_csr%rowType index by binary_integer;
5544: l_tasks_id_tbl tasks_id_tbl_type;