DBA Data[Home] [Help]

APPS.AP_PBATCH_SET_HEADER_PKG dependencies on DUAL

Line 31: from sys.dual;

27: debug_info := 'Get next Batch set Id';
28:
29: select ap_pbatch_sets_s.nextval
30: into l_batch_set_id
31: from sys.dual;
32:
33: debug_info := 'Insert into ap_pbatch_sets';
34: INSERT INTO ap_pbatch_sets(
35: batch_set_name,