DBA Data[Home] [Help]

APPS.WSH_DELIVERY_TEMPLATE_ROWS dependencies on WSH_DEPARTURE_TEMPLATES

Line 98: from wsh_departure_templates

94:
95: if (X_planned_dep_template_id is not null) then
96: select rowid
97: into X_dummy
98: from wsh_departure_templates
99: where departure_template_id = X_planned_dep_template_id
100: for update nowait;
101: end if;
102:

Line 666: from wsh_departure_templates

662:
663: if (X_planned_dep_template_id is not null) then
664: select rowid
665: into X_dummy
666: from wsh_departure_templates
667: where departure_template_id = X_planned_dep_template_id
668: for update nowait;
669: end if;
670: