DBA Data[Home] [Help]

APPS.BEN_COVERED_DEPENDENTS_PKG dependencies on DUAL

Line 18: FROM sys.dual;

14: AND element_entry_id = P_Element_Entry_ID
15: ;
16: --
17: CURSOR C2 IS SELECT ben_covered_dependents_s.nextval
18: FROM sys.dual;
19: --
20: --
21: BEGIN
22: if (P_Covered_Dependent_Id is NULL) then