DBA Data[Home] [Help]

APPS.AP_PBATCH_SET_LINES_PKG dependencies on AP_PBATCH_SET_LINES_S

Line 80: select ap_pbatch_set_lines_s.nextval

76: --
77: l_batch_set_line_id := X_Batch_Set_Line_Id;
78:
79: if (l_batch_set_line_id is NULL) then
80: select ap_pbatch_set_lines_s.nextval
81: into l_batch_set_line_id
82: from sys.dual;
83: end if;
84: