DBA Data[Home] [Help]

APPS.PAY_PATCH_STATUS_PKG dependencies on DUAL

Line 36: from dual;

32: when no_data_found then
33: --
34: select pay_patch_status_s.nextval
35: into l_patch_id
36: from dual;
37: --
38: insert into pay_patch_status
39: (ID,
40: PATCH_NUMBER,