DBA Data[Home] [Help]

APPS.OZF_TASK_GROUP_PVT dependencies on DUAL

Line 64: SELECT ozf_reasons_s.nextval FROM DUAL;

60: l_reason_type_id number;
61: --
62: --Create this sequence in case and use in API
63: CURSOR reason_type_id_seq IS
64: SELECT ozf_reasons_s.nextval FROM DUAL;
65:
66: BEGIN
67: -- Standard begin of API savepoint
68: SAVEPOINT Create_task_group_PVT;