DBA Data[Home] [Help]

APPS.WSH_DEPARTURE_TEMPLATE_ROWS dependencies on WSH_DEPARTURE_TEMPLATES_S

Line 56: select wsh_departure_templates_s.nextval

52: X_last_update_login number)
53: is
54:
55: cursor id_sequence is
56: select wsh_departure_templates_s.nextval
57: from sys.dual;
58:
59: cursor row_id is
60: select rowid

Line 426: update wsh_departure_templates set

422: X_last_update_login number)
423: is
424: begin
425:
426: update wsh_departure_templates set
427:
428: departure_template_id = X_departure_template_id,
429: name = X_name,
430: organization_id = X_organization_id,