DBA Data[Home] [Help]

APPS.EAM_LINEAR_LOCATIONS_PUB dependencies on EAM_LINEAR_LOCATIONS_S

Line 187: ,eam_linear_locations_s.nextval

183: p_external_linear_id
184: ,p_external_source_name
185: ,p_external_linear_name
186: ,p_external_linear_type
187: ,eam_linear_locations_s.nextval
188: ) RETURNING eam_linear_id INTO x_eam_linear_id;
189:
190: -- End of API body.
191:

Line 310: UPDATE eam_linear_locations SET

306: RAISE fnd_api.g_exc_error;
307: END IF;
308:
309: -- Update the record in eam_linear_locations table
310: UPDATE eam_linear_locations SET
311: external_linear_id = p_external_linear_id
312: ,external_source_name = p_external_source_name
313: ,external_linear_name = p_external_linear_name
314: ,external_linear_type = p_external_linear_type